diff lib/kreiderclib/claddsub.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/claddsub.as	Thu May 23 05:49:13 2013 -0500
@@ -0,0 +1,23 @@
+* Disassembly by Os9disasm of claddsub.r
+
+ section code
+
+_ladd: ldd   4,s 
+ addd  2,x 
+ std   _flacc+2,y 
+ ldd   2,s 
+ adcb  1,x 
+ adca  ,x 
+ std   _flacc,y 
+ lbra  _lbexit 
+_lsub: ldd   4,s 
+ subd  2,x 
+ std   _flacc+2,y 
+ ldd   2,s 
+ sbcb  1,x 
+ sbca  ,x 
+ std   _flacc,y 
+ lbra  _lbexit 
+
+ endsect  
+