home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 4
/
CDPD_IV.bin
/
utilities
/
system
/
reqtools
/
glue
/
gcc
/
gcc_glue.lha
/
src
/
LibSource.lha
/
rtAllocRequestA.S
< 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
Text File
|
1994-02-01
|
175 b
|
15 lines
#include "reqtools.i"
.globl _rtAllocRequestA
.text
_rtAllocRequestA:
movel a6,sp@-
GETRTBASE
moveml sp@(8),d0/a0
jsr a6@(_LVOrtAllocRequestA:W)
movel sp@+,a6
rts