home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
disks
/
disk399.lzh
/
CCLib
/
Con
/
lclibcon.i
< prev
next >
Wrap
Text File
|
1990-11-02
|
179b
|
13 lines
; -------- Macro for Lattice Assembler -----
CCLIBREF macro
xref _CCLibBase
section text,code
xdef _\1
_\1:
move.l _CCLibBase,a6
jmp \2(a6)
end
endm