home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d348
/
samp.lha
/
SAMP
/
CInterface.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
|
1990-04-15
|
225 b
|
16 lines
SECTION instypecode,CODE
XREF _InsTypeBase
XDEF _GetInsType
_GetInsType:
movea.l _InsTypeBase,a6
movea.l 4(sp),a1
jmp -30(a6)
XDEF _GetInsString
_GetInsString:
movea.l _InsTypeBase,a6
move.l 4(sp),d0
jmp -36(a6)