home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
387b.lha
/
dice_v2.02
/
lib
/
extra
/
getpred.a
< 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
Text File
|
1990-05-30
|
195 b
|
18 lines
section text,CODE
xdef _GetPred ; node = GetPred(node:4(sp))
_GetPred: move.l 4(sp),A0
move.l 4(A0),A0
tst.l 4(A0)
beq gp0
move.l A0,D0
rts
gp0 moveq.l #0,D0
rts
END