Fix subu immed - was incorrectly using unsigned.
[deliverable/binutils-gdb.git] / sim / tic80 / insns
index ad71d216b9730c25cf79a9bc2c517fa83aaaf964..a3aceaea505eef1c5124bae5e27fff01c5849cea 100644 (file)
@@ -988,7 +988,7 @@ void::function::do_subu:unsigned32 *rDest, unsigned32 Source1, signed32 Source2
        TRACE_ALU3 (MY_INDEX, result, Source1, Source2);
        *rDest = result;
 // NOTE - the book has 15.1 which conflicts with subu.
-31.Dest,26.Source2,21.0b101101,15.1,14.UnsignedImmediate::::subu i
+31.Dest,26.Source2,21.0b101101,15.1,14.SignedImmediate::::subu i
        do_subu (_SD, rDest, vSource1, vSource2);
 31.Dest,26.Source2,21.0b11101101,13.1,12.0,11./,4.Source1::::subu r
        do_subu (_SD, rDest, vSource1, vSource2);
This page took 0.022615 seconds and 4 git commands to generate.