I am porting code from HC908 (CW 6.3) to HC9S08 (CW 10.2). The original author uses statements like
within embedded asm, with no problems. But 10.2 flags the @'s with a simple ? (Bad character) at the edge of the line, but generates no other complaint--for example, the Problem window remains blank--"0 items."
.
It appears that the document HC(S)08/RS08 Assembler Manual for Microcontrollers http://cache.freescale.com/files/soft_dev_tools/doc/ref_manual/HC08ASMRM.pdf
should cover both controllers, but there is no mention of this @ notation. Which is not to say that CW 6.3 had to follow it--however, I cannot find the @ used this way in any Freescale documentation.
The two problems I have are: 1) it doesn't generate a real error and 2) what does it mean?
1) I'll take the first problem to another post because it appears that all 10.2 asm errors are treated the same way.
2) I expect it indicates Direct Page Addressing and the @ should be replaced by a $, but I do not have hardware yet so I cannot verify. Is it that simple to fix?
.