Mercurial > hg > Members > kono > nitros9-code
diff lib/kreiderclib/uminmax.as @ 2824:1647f1874cdf lwtools-port
Added Kreidier C library
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Thu, 23 May 2013 05:49:13 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/kreiderclib/uminmax.as Thu May 23 05:49:13 2013 -0500 @@ -0,0 +1,17 @@ +* Disassembly by Os9disasm of uminmax.r + + section code + +umin: ldd 2,s + cmpd 4,s + bls L0009 + ldd 4,s +L0009 rts +umax: ldd 2,s + cmpd 4,s + bcc L0013 + ldd 4,s +L0013 rts + + endsect +