home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog_c
/
req.lzh
/
Req
/
ReqAztec5.LZH
/
ReqAztec5
/
glue
/
GetLong.asm
< 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
Assembly Source File
|
1991-02-05
|
164 b
|
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