home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
compress
/
compdisk.lzh
/
COMPDISK
/
REQGLUE.LZH
/
RealTime.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
|
1990-05-12
|
178 b
|
16 lines
;:ts=8
section text,code
xref _ReqBase
xdef _RealTimeScroll
_RealTimeScroll:
move.l a6,-(sp)
move.l _ReqBase,a6
move.l 8(sp),a0
jsr -168(a6)
move.l (sp)+,a6
rts
end