home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
programming
/
reqaztec
/
glue
/
getlong.asm
< prev
next >
Wrap
Assembly Source File
|
1990-12-18
|
164b
|
16 lines
;:ts=8
section text,code
xref _ReqBase
xdef _GetLong
_GetLong:
move.l a6,-(sp)
move.l _ReqBase,a6
move.l 8(sp),a0
jsr -180(a6)
move.l (sp)+,a6
rts
end