Page 1 of 1

Minor PB (Protocol Builder) Issue

Posted: Wed May 05, 2010 12:17 pm
by The Robman
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.

Posted: Thu May 06, 2010 2:10 pm
by mr_d_p_gumby
I ran into that one recently also. You've got the correct syntax. The disassembler has a bug & I'll fix it for the next release.