home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff399.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