home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
387b.lha
/
dice_v2.02
/
lib
/
extra
/
gettail.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
|
194 b
|
17 lines
section text,CODE
xdef _GetTail ; node = GetTail(list:4(sp))
_GetTail: move.l 4(sp),A0
move.l 8(A0),A0
tst.l 4(A0)
beq gt0
move.l A0,D0
rts
gt0 moveq.l #0,D0
rts
END