beebasm
beebasm copied to clipboard
Allow string arguments to macros
Suggested by davidgiven in passing in https://github.com/stardot/beebasm/issues/32. This might or might not be best done as part of adding string support in other ways (e.g. the ability to have string variables); I haven't thought about this in any detail, just raising this issue to track the idea.
This would be good. Allowing the same macro to be used with various addressing modes simply by passing a full operand string rather than just a number.