home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 3
/
CDPDIII.bin
/
pd
/
programming
/
assembler
/
thesource
/
volume1
/
source
/
scrollers
/
intro.lha
/
macros.s
< 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
|
1991-11-28
|
174 b
|
19 lines
macros set 1
extern macro
xref \1
endm
xlvo macro
xref _LVO\1
endm
entry macro
xdef \1
endm
sys macro
jsr \1(a6)
endm
xcall macro
xlvo _LVO\1
jsr _LVO\1(a6)
endm