• illegal word operand
    the code in asm -5 0000018A D4500200 MOV R5,[R0+#0x0002] -4 0000018E 0000 ADD R0,R0 -3 00000190 0000 ADD R0,R0 -2 00000192 8A370800 JB 0xFD6E.0,0x0001A6 -1 00000196 04000100 ADD DPP0:0x0001,DPP0...
  • illegal word operand
    the code in asm -5 0000018A D4500200 MOV R5,[R0+#0x0002] -4 0000018E 0000 ADD R0,R0 -3 00000190 0000 ADD R0,R0 -2 00000192 8A370800 JB 0xFD6E.0,0x0001A6 -1 00000196 04000100 ADD DPP0:0x0001,DPP0...
  • Class B Illegal word operand access trap, how do I debug
    I'm getting Class B Illegal word operand access trap on a C161 board and I don't know why. The problem is reproducable, but moves unpredicatably as I modify the code. My trap handler spits out the top...
  • Class B Illegal word operand access trap, how do I debug
    I'm getting Class B Illegal word operand access trap on a C161 board and I don't know why. The problem is reproducable, but moves unpredicatably as I modify the code. My trap handler spits out the top...
  • Error '>' bad operand type in keil C51v8.11a
    Error: '>' bad operand type in keil C51v8.11a the code is like this #define Intensity P2_0 #define Adjust p2_1 if(Intensity>Adjust) it is giving error Error: '>' bad operand type ...