home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 6
/
Sonderheft_6-96.iso
/
pd
/
libraries
/
reqtools
/
glue
/
sas-c
/
libsource.lha
/
src
/
rtEZRequestA.asm
< prev
next >
Wrap
Assembly Source File
|
1993-08-25
|
233b
|
18 lines
SECTION "text",CODE
INCLUDE "reqtools.i"
XDEF _rtEZRequestA
_rtEZRequestA:
movem.l a2/a3/a4/a6,-(a7)
GETRTBASE
movem.l 20(a7),a1/a2/a3/a4
move.l 36(a7),a0
jsr _LVOrtEZRequestA(a6)
movem.l (a7)+,a2/a3/a4/a6
rts
END