home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d5xx
/
d523
/
serlib.lha
/
SerLib
/
Programming
/
Aztec_src
/
LibSrcAztec.lzh
/
SendSer.asm
< 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
Assembly Source File
|
1991-02-13
|
271 b
|
17 lines
; serlib.lib/SendSer - Aztec C small code/data
; created by bind - Wednesday 13-Feb-91 13:28:08
section _SendSer,code
xref _SerLibBase
xref _LVOSendSer
xdef _SendSer
_SendSer
movem.l 4(sp),a0-a1
move.l 12(sp),d0
move.l _SerLibBase,a6
jmp _LVOSendSer(a6)
end