home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 4
/
AACD04.ISO
/
AACD
/
Programming
/
powerd
/
lib
/
PowerD
/
Bounds.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
|
1999-09-29
|
150 b
|
15 lines
; d0 - value
; d1 - min
; d2 - max
xdef _Bounds
_Bounds cmp.l d1,d0
bgt.s .too
move.l d2,d1
cmp.l d1,d0
blt.s .too
rts
.too move.l d1,d0
rts