home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
reqaztec_419.lzh
/
ReqAztec
/
glue
/
TextRequ.asm
< prev
next >
Wrap
Assembly Source File
|
1990-12-18
|
172b
|
16 lines
;:ts=8
section text,code
xref _ReqBase
xdef _TextRequest
_TextRequest:
move.l a6,-(sp)
move.l _ReqBase,a6
move.l 8(sp),a0
jsr -174(a6)
move.l (sp)+,a6
rts
end