I was able to get simple arithmetic operations going using real registers with the assembler, but I saw a code example in the book of
ADD R3,R1,R9
and when I try this line by itself as an *.asm file in the Assembler, I get an "expression expected" error. I pulled this line straight from the book, so I'm surprised there's an issue.
Any thoughts?
Thanks.