stardot / beebasm

A portable 6502 assembler with BBC Micro style syntax
http://www.retrosoftware.co.uk/wiki/index.php/BeebAsm
GNU General Public License v3.0
83 stars 26 forks source link

Add DEFINE and ASSIGN directives #95

Open effarig opened 8 months ago

effarig commented 8 months ago

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.

mungre commented 8 months ago

Some discussion here.