Retro Assembler V2020.10 Released
May 29, 2020⚑Retro AssemblerThe following changes have been made since the last update:
- New Setting DefaultScreenCode added to control the encoding Type and Case that the ".stext" directive uses for character code conversion.
- The Setting OmitUnusedFunctions is no longer Enabled by default to avoid issues with existing source code. It can be enabled on demand.
- When a file is included using the .include or the .incbin directive, the file's Directory is automatically added to the list of Known Include Directories. This way a file loaded with full path can include subsequent files without specifying the full path of those nested files.
- Long Branch Handling now works within Macros, too.
See the documentation for details.