beebasm
beebasm copied to clipboard
Add DEFINE and ASSIGN directives
Adds two new directives which can create and update variables whose names are constructed dynamically. These are primarily intended for use in macros for things such as defining sets of hardware registers or auto-allocating workspace.
Some discussion here.