Leon Brocard sent the following bits through the ether:

> Attached is a patch to actually make dec_n_nc do what it should.
> (Also included is a minor doc patch which I've previously sent but
> which hasn't yet been applied ;-)

Can someone apply this please?

Leon
-- 
Leon Brocard.............................http://www.astray.com/
Nanoware...............................http://www.nanoware.org/

... If I knew what I was doing... I'd be dangerous...
Index: basic_opcodes.ops
===================================================================
RCS file: /home/perlcvs/parrot/basic_opcodes.ops,v
retrieving revision 1.22
diff -u -u -r1.22 basic_opcodes.ops
--- basic_opcodes.ops   2001/09/21 09:25:39     1.22
+++ basic_opcodes.ops   2001/09/24 14:26:15
@@ -341,7 +341,7 @@
 
 /* DEC Nx, nnn */
 AUTO_OP dec_n_nc {
-  NUM_REG(P1) += P2;
+  NUM_REG(P1) -= P2;
 }
 
 /* ITON Nx, Iy */

Reply via email to