home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 3
/
CDPDIII.bin
/
pd
/
programming
/
assembler
/
thesource
/
volume2
/
source
/
system
/
asmmacros.lha
/
SetComment.i
< prev
next >
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
|
1990-11-16
|
414 b
|
12 lines
NOLIST
SetComment MACRO ; 11 Jan 88
*------------------------------; Start of SetComment macro.
; Do set-up for _LVOSetComment.
MOVE.L #\1,D1
MOVE.L #\2,D2
CallLib SetComment,dos ; Call SetComment.
TST.L D0 ; Make the zero flag indicate failure.
*------------------------------; End of SetComment macro.
ENDM
LIST