home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d2xx
/
d258
/
suplib.lha
/
Suplib
/
src
/
getpred.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
|
1989-10-18
|
332 b
|
24 lines
section CODE
xdef _GetPred ; node = GetPred(node:4(sp))
IFD LATTICE
xdef @GetPred
ENDC
_GetPred: move.l 4(sp),A0
IFD LATTICE
@GetPred: ; Registerized parameters Lattice C 5.02
ENDC
move.l 4(A0),A0
tst.l 4(A0)
beq .gp0
move.l A0,D0
rts
.gp0 moveq.l #0,D0
rts
END