home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
Amos
/
AMOSList-0497
/
AMOSLIST
/
littleexamples.lha
/
WriteCLI.S
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-03-25
|
262 b
|
15 lines
incdir "dh1:Assembler/"
include "AMOS/|AMOSPro_Includes.s"
output dh2:WriteCLI.o
move.l a6,-(sp)
move.l DosBase(a5),a6
jsr _LVOOutput(a6)
move.l d0,d1
move.l (a3)+,a0
moveq.l #0,d3
move.w (a0)+,d3
move.l a0,d2
jsr _LVOWrite(a6)
move.l (sp)+,a6
rts