Minor PB (Protocol Builder) Issue

Discussion forum for JP1 software tools currently in use, or being developed, such as IR, KM, RemoteMaster, and other misc apps/tools.

Moderator: Moderators

Post Reply
The Robman
Site Owner
Posts: 22064
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Minor PB (Protocol Builder) Issue

Post 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.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
mr_d_p_gumby
Expert
Posts: 1370
Joined: Sun Aug 03, 2003 12:13 am
Location: Newbury Park, CA

Post 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.
Post Reply