NES Decompose

posted in Utility Release by spacetiger on Jul 4th, 2003

The NES disassembler, NES Decompose, has been updated to version 0.5 in Visual Basic and 0.2 in C++. Here are the changes for the Visual Basic version:
  • Bytes before the first label/vector are now listed as ".db"
  • Fixed: ROL A opsize was set wrong
  • Fixed: Branch comments were listing the relative distance as 2 less than the actual
  • Define Byte is now ".db" by default
Also, the changes in the C++ version:
  • Bytes before the first label are now listed as ".db". Works even if "Use Labels" isn't checked
  • Fixed: ROL A opsize was set wrong
  • Fixed: Branch comments were listing the relative distance as 2 less than the actual
  • Fixed: DB bytes didn't have $ in front of them
  • Define Byte is now ".db"
  • Implemented Branch to Labels option
  • Implemented Vectors As Labels option
  • Implemented Colon After Label option
  • Implemented Comment Code option
  • Implemented Comment Header option
You can get this at the NES Utilities page.

Thanks to Deciheximal for the news.