cancel
Showing results for 
Search instead for 
Did you mean: 

inline assembler query _asm

NA.5
Associate

char shiftdata=8;

shiftdata=_asm("rlc a",shiftdata).

I am trying to rotate left through carry value 8, expecting output of 16.

When I debug the code, I am getting shiftdata value as zero, instead of 16.

Can you help me with this?

0 REPLIES 0