home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
util
/
libs
/
reqtools
/
glue
/
dice
/
dlibsource.lha
/
src
/
rtUnlockWindowR.asm
< prev
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
|
1992-05-29
|
243 b
|
16 lines
SECTION "code",CODE
xref _ReqToolsBase
xdef @rtUnlockWindow
@rtUnlockWindow:
move.l a6,-(a7)
move.l _ReqToolsBase(a4),a6
jsr -162(a6)
move.l (a7)+,a6
rts
END