Error : C12087: Not a valid operand
main_v2.890.c line 2371
Error : C10000: Nothing more expected
Here's the section of code that contains the error:
Code: Select all
tmp2 = inpram.tpsmax - inpram.tps0;
asm {
ldy tmp1
ldd #1000
EMULS
ldx tmp2 <--- ERROR (line 2371)
EDIVS
sty tmp1
}Any help would be appreciated.
Dan