CHDK-PT Changelog

What's new in CHDK-PT 2.09

Jul 20, 2013
  • Added patches from srca_4dc to output "undefined instructions" as data words

New in CHDK-PT 2.08 (Jul 20, 2013)

  • Added menu item to allow selection of the font used in the dissassembly window (courtesty of srca_4c)

New in CHDK-PT 2.07 (Jul 20, 2013)

  • Fixed the "Select All" function in the edit menu.
  • Added a new ROM Start Address child window, launched from the File menu. This window now allow you to pick from one of the standard ROM start addresses or to create a custom one.
  • Removed the Camera menu - use the ROM Start Address in the File menu instead.
  • Activates the ROM Start Address child window each time a new ROM file is picked.

New in CHDK-PT 2.06 (Jul 20, 2013)

  • Fixed problem where B & BL instructions were not giving the right address when the branch offset caused the destination address to wrap around the top of ROM and down into the lower RAM region. New cameras now relocate some executable code into RAM and this broke CHDK-PT's dissassembly. The original code assumed that when a branch offset took you above the top of memory, your target address would be somewhere above 0xFC000000/

New in CHDK-PT 2.05 (Jul 20, 2013)

  • Cleaned up output when illegal/undefined instructions found so that data value at that location can still be read.

New in CHDK-PT 2.04 (Jul 20, 2013)

  • Changed the screen shape to make the text box wider.
  • The text window now uses the current ANSI_FIXED_FONT for better readbility and line-up.
  • The text window no longer wraps on long lines - you can scroll to the right with the cursor / cursor keys.

New in CHDK-PT 2.03 (Jul 20, 2013)

  • Fixed a bug with immediate values ( MOV R1,#0xFF000000) not working for values >255
  • Cleaned up hexdump on lines where instruction is invalid

New in CHDK-PT 2.02 (Jul 20, 2013)

  • Using address.txt to convert between BIN files was broken.
  • Saves state of indenting (as set in Setup menu)
  • Added default .ini file that works immediatedly in local directory with the supplied example files.
  • Reorqanized example file so that address.txt conversion works right away.