Posted on September 08, 2006 at 18:12Thanks for your reply. I have been able to solve this issue in a different way, namely bij replacing the address 0x34 with it's named alternative _ADCCSR (the AD converter control register). That way the code com...
Posted on September 08, 2006 at 08:36Hi, I'm having problems writing some basic inline assembly. Or better put, the compiler seems to have problems with my assembly code. The code concerned is: _asm(''BitTest: BTJF 0x34, #7, BitTest''); When I compi...