home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff376.lzh
/
AztecArp
/
Sources.LZH
/
Glue
/
CtoBStr.asm
< prev
next >
Wrap
Assembly Source File
|
1990-08-01
|
179b
|
16 lines
section text,code
xref _ArpBase
xdef _CtoBStr
_CtoBStr:
move.l a6,-(sp)
move.l _ArpBase,a6
move.l 8(sp),a0
movem.l 12(sp),d0/d1
jsr -360(a6)
move.l (sp)+,a6
rts
end