cool_harry
Newbie level 2
- Joined
- Aug 20, 2007
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,295
I am converting c code into assembly. I have used pragma ASM and ENDASM feature. Now inside pragma ASM i am using ADD A,#03h but this is not working, not only this all the operation related to accumulator like RRC A, CJNE A,#07h,label , SUBB A,#05h are not working..it gives this error- error A39-Register operand missing.
plz help me.....
plz help me.....