beebasm icon indicating copy to clipboard operation
beebasm copied to clipboard

Add DEFINE and ASSIGN directives

Open effarig opened this issue 1 year ago • 1 comments

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.

effarig avatar Oct 28 '23 19:10 effarig

Some discussion here.

mungre avatar Oct 31 '23 15:10 mungre