Hi All
I have 2 questions
1) The PEmicro drop down menu on the tool bar is turned off, how do I turn it on?
2) I’m having difficulty with the Full Chip Simulator when using the BCLR instruction. If I try to set a bit in RAM (first page) it will not work, I get a “Target request failed: Failed to step" error. I also have problems with the Assembler at the same instruction:
BCLR 1,$71 will assemble but will not step
BCLR 1,0x71 will not assemble, I get and “End of line expected “ error A2400
BCLR 1,113 will assemble but will not step.
When I’m using the BDM the code will run although I get a warning on the BCLR Instructions. If it Assembles the disassembly looks good to me.
Is there a way I can get the simulator to accept bit instructions to low RAM?
Thanks and regards,
I forgot to include: CodeWarrior 10,0 MCS08AC16 controller