home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 109
/
EnigmaAmiga109CD.iso
/
software
/
sviluppo
/
powerd
/
lib
/
powerd_lib.lha
/
PowerD
/
Odd.ass
< 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
|
2000-02-01
|
95 b
|
11 lines
; d0 - value
xdef _Odd
_Odd btst.l #0,d0
beq.s .no
moveq #-1,d0
rts
.no moveq #0,d0
rts