home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 February
/
PCWorld_2000-02_cd.bin
/
Software
/
TemaCD
/
Hackman
/
_SETUP.1
/
s19.hfm
< prev
next >
Wrap
Text File
|
1998-11-28
|
495b
|
20 lines
Motorola S19...
;
;Motorola S19 is an ascii formatted file
;
;First a 'S' ascii character 83 ascii -> 53 hex
ASCB 53
;Then a '1' ascii character 49 ascii -> 31 hex
ASCB 31
;Hold in memory the following number &Hxx (hex number so NUMH)
NUMH
;Skip the following 2 hex numbers &Hxxxx
SKPH 2
;SKiP Hex numbers the memory number read by 0=NUMH
SKPH 0
;The next hex byte is the checksum but it's unsupported so ignored
SKPH 1
; Finally &H0A and &H0D ascii bytes
ASCB 0D
ASCB 0A
STOP