From: Dan White Date: Tue, 25 Nov 2014 19:34:47 +0000 (-0600) Subject: TODO: found bug to fix X-Git-Tag: cheetah~11 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=1dd8b1a230a089c1ffc6d61c1eefce25eac936bf;p=430.git TODO: found bug to fix --- 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;