Retro Assembler V2020.2 Released
April 17, 2020⚑Retro AssemblerI've been asked by several people to add a way to dump all Labels and Memory Addresses into a Debug file.
It was possible to do this earlier by specifying at least one Breakpoint, but this method seemed to have discoverability issues, not to mention that the output file could not be customized and it used a somewhat unusual VICE Monitor debugger format.
With this change the Debug file can be saved on demand using .setting "Debug", true or it's always saved when a Breakpoint is specified.
The default format has been changed to a more generic one, as it will likely need to be customized by the user anyway. If you did use the VICE Monitor debugger format, it can be recreated in User Settings with ease.
See the documentation for details.