I have got this code that uses asembly language... the code is below.. i'm not
sure, i think it was posted here before the code:
asm
{
mov r1, r9
str r1, [ptrR9]
mov r1, r10
str r1, [ptrR10]
}
my problem is i cannot compile this code, what could be the cause of it? is it
because i'm using PODs?-- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
