Minor PB (Protocol Builder) Issue
Posted: Wed May 05, 2010 12:17 pm
I disassembled an HCS08 executor which contained the hex "41 02 03". The "Disassembly" page showed this as "CBEQA L011C" but when I tried to re-assemble it, it got flagged as an error. After downloading the instruction set, I determined that the correct syntax should be "CBEQA #02h,L011C" and when I assembled it, it generated the correct hex code.