home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d353
/
compdisk.lha
/
CompDisk
/
ReqGlue.LZH
/
Extended.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
|
194 b
|
16 lines
;:ts=8
section text,code
xref _ReqBase
xdef _ExtendedColorRequester
_ExtendedColorRequester:
move.l a6,-(sp)
move.l _ReqBase,a6
move.l 8(sp),a0
jsr -192(a6)
move.l (sp)+,a6
rts
end