TODO: found bug to fix
authorDan White <dan@whiteaudio.com>
Tue, 25 Nov 2014 19:34:47 +0000 (13:34 -0600)
committerDan White <dan@whiteaudio.com>
Tue, 25 Nov 2014 19:34:47 +0000 (13:34 -0600)
msp4th/msp4th.c

index ce046e168ee531749c03474a1b01be1917306e42..d72a4a165d6a676b02d04cc8de67f1b81372fb01 100644 (file)
@@ -1320,6 +1320,7 @@ void execVM(int16_t opcode)
 
         case 54: // */  ( a b c -- (a*b)/c ) \ 32b intermediate
 #if defined(MSP430)
+            // TODO FIXME broken order of operations
             asm("dint");
             MPYS = popMathStack();
             OP2 = NOS;