home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d5xx
/
d523
/
serlib.lha
/
SerLib
/
Programming
/
Aztec_src
/
LibSrcAztecL.lzh
/
OpenSerial.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
|
328 b
|
20 lines
; serlib.lib/OpenSerial - Aztec C large code/data
; created by bind - Wednesday 13-Feb-91 13:30:01
section _OpenSerial,code
xref _SerLibBase
xref _LVOOpenSerial
xdef _OpenSerial
_OpenSerial
move.l d4,-(sp)
move.l 8(sp),a0
movem.l 12(sp),d0-d4
move.l _SerLibBase,a6
jsr _LVOOpenSerial(a6)
move.l (sp)+,d4
rts
end