As of version 3.10, PB includes an integrated protocol assembler.
PB supports all known JP1-compatible remote processors, though support for the P8/740 and M6805-C9 is not as complete as that for the S3C80 and M6805-RC16/18 based remotes.
This is mostly a maintenance release fixing some bugs in the assembler and disassembler. Changes include:
- Corrected S3C8 disassembly of certain indirect register references.
- Corrected assembled op codes for S3C8 PUSHUI/UD & POPUI/UD.
- Added option to save disassembly as *.asm file.
While PB now has an integrated assembler, its use is strictly optional. You may choose to ignore the assembler and continue to use PB in the same manner as before. The assembler has been added mainly to allow advanced users and experts to create and/or modify complex protocol executors.
For those interested in using the assembler, a separate readme file explains its use, and an example PB file is provided.
The PB files created with this version will contain the assembly source & code, if present. However, you can still load these PB files into older versions of PB (and vice versa) without any compatibility issues.