From 1dd8b1a230a089c1ffc6d61c1eefce25eac936bf Mon Sep 17 00:00:00 2001 From: Dan White Date: Tue, 25 Nov 2014 13:34:47 -0600 Subject: [PATCH] TODO: found bug to fix --- msp4th/msp4th.c | 1 + 1 file changed, 1 insertion(+) diff --git a/msp4th/msp4th.c b/msp4th/msp4th.c index ce046e1..d72a4a1 100644 --- a/msp4th/msp4th.c +++ b/msp4th/msp4th.c @@ -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; -- 2.25.1