;*** Monthly Calendar (Binary File) ***
;Firmware : sl45v56
;Author : rizapn
;Published : Febr 17, 2005
;It is a binary file to display a calendar using monthly format.
;Just to demonstrate how the additional functions is also possible to be
;implemented using a binary file.
;Key usage:
;- UP/DOWN or 3/9 : Prev/Next Year
;- LEFT/RIGHT : Prev/Next Month
;- 2/8 : Prev/Next 10 years
;- 1/7 : Prev/Next 100 years
ownload the source from http://www.geocities.com/rizapn/sl45/cal.asm and
;http://www.geocities.com/rizapn/sl45/sl45.inc or from the attachment.
;After downloading the latest sfe (v2.41), or at least 2.39
;enter these commands through the Windows' DOS prompt ...
sfe a cal.asm p > cal.txt
del Calendar.bin
sfe p Calendar.bin cal.txt 08,CAL
;and then transfer the created Calendar.bin file to your MMC.
;Or just extract it from the attached file and then copy it.


ownload the source from

Bookmarks