home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TCE Demo 2
/
TCE_DEMO_CD2.iso
/
demo_cd_.2
/
mags
/
stosser
/
stoser11.arj
/
stoser11.msa
/
CUSTOM3.FLD
/
ALERT.S
< prev
next >
Wrap
Text File
|
1987-04-22
|
512b
|
33 lines
* alerts from STOS
* areg(0)=alert$+chr$(0)
* don't make any errors in the string or it'll crash!
* There is no error checking so beware!
*Auld Bastid 1993
alert:
move.l #form_alert,aespb
move #1,intin
move.l a0,addrin
bsr aes
rts
aes: move.l #aespb,d1
move.l #$c8,d0
trap #2
rts
ds.l 128
contrl ds.w 12
intin ds.w 128
intout ds.w 128
global ds.w 16
addrin ds.w 128
addrout ds.w 128
aespb dc.l contrl,global,intin,intout,addrin,addrout
form_alert dc.w 52,1,1,1,0