Mad-Assembler converted to C++ http://mads.atari8.info
March 17, 2024 ยท View on GitHub
https://atariage.com/forums/topic/179559-mads-knowledge-base/#comments
MADS is a multi-pass cross assembler designed for 6502 and 65816 processors. Binaries are generated mainly for Atari 8-bit systems (supported are AtariDosII and SpartaDOS X formats).
MADS allows using macros and procedures (ability to use program stack), division of the memory between many virtual-banks, multi-dimensional names of labels (similar to C++ and Delphi languages), local-global-temporary labels.
Max. amount of labels and macros is limited to PC's memory size. Single listing's line can be 65536 bytes long and any label can be such long as well.
Currently has build files for Visual Studio 2022