You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going forward, only LOCAL labels will be allowed inside a macro body. Local labels are internally expanded with a 'macro expansion ID' to create a unique - macro-expansion scope that will also work during recursive macro invocations envenomator#103
-m option now allows for minimum memory buffer configuration to assemble large programs on the Agon envenomator#105
Large programs like the ez80asm version of BBC Basic can now be assembled directly on the Agon
Macro arguments mappings are now displayed during listings envenomator#107
ALIGN statement at end of file / between DS statements at the end of a file no longer producing unnecessary fillbytes envenomator#109
Macro arguments not longer accepted when name of argument is a valid number envenomator#116
Macro bodies are no longer limited to 2K per macro envenomator#117
Processing 'depth' maximum is raised from 4 to 8 to allow for deeper include levels used in larger programs envenomator#119
Support for a CPU directive, to limit the opcodes to Z80/Z180 envenomator#120
Labels and instructions are accepted without preceding spaces envenomator#121
Support for a relocatable code block using the .relocate directive envenomator#122
General cleanup of older code, improved code readability
Extremely low memory situations on the Agon didn't always correctly produce an 'Out of memory' error, while the program doesn't exit in an orderly fashion envenomator#104
Macro call failed using an EQU as an input parameter envenomator#106