max65 macro cross-assembler for 65xx CPU

handy tools that can assist in the development of new software
User avatar
0xC0DE
Posts: 1300
Joined: Tue Mar 19, 2019 7:52 pm
Location: The Netherlands
Contact:

Re: max65 macro cross-assembler for 65xx CPU

Post by 0xC0DE »

Released max65 v0.16
https://github.com/0xC0DE6502/max65-releases

Changes:
Export (a selection of) globals with the 'export' directive
'clear' directive clears block of code/data in memory map
'copyblock' directive copies block of code/data
'skip' and 'align' directives no longer fill the skipped bytes
'filler' directive is renamed to 'canvas'
'%' is optionally allowed at the end of a symbol name
User guide: how to run max65 in macOS + Wine
0xC0DE
"I program my home computer / Beam myself into the future"
:arrow: Follow me on Twitter
:arrow: Visit my YouTube channel featuring my games and demos for Acorn Electron and BBC Micro
User avatar
0xC0DE
Posts: 1300
Joined: Tue Mar 19, 2019 7:52 pm
Location: The Netherlands
Contact:

Re: max65 macro cross-assembler for 65xx CPU

Post by 0xC0DE »

Syntax highlighting (VSCode extension) https://github.com/0xC0DE6502/max65-syn ... g-releases
0xC0DE
"I program my home computer / Beam myself into the future"
:arrow: Follow me on Twitter
:arrow: Visit my YouTube channel featuring my games and demos for Acorn Electron and BBC Micro
User avatar
0xC0DE
Posts: 1300
Joined: Tue Mar 19, 2019 7:52 pm
Location: The Netherlands
Contact:

Re: max65 macro cross-assembler for 65xx CPU

Post by 0xC0DE »

Released max65 v0.17
https://github.com/0xC0DE6502/max65-releases

Changes:
Added '-O' option to show potential code optimisations
'warn' directive sets warning level
User guide: link to VSCode extension for syntax highlighting
0xC0DE
"I program my home computer / Beam myself into the future"
:arrow: Follow me on Twitter
:arrow: Visit my YouTube channel featuring my games and demos for Acorn Electron and BBC Micro
Post Reply

Return to “development tools”