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 AgonPlatform#103
-m option now allows for minimum memory buffer configuration to assemble large programs on the Agon AgonPlatform#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 AgonPlatform#107
ALIGN statement at end of file / between DS statements at the end of a file no longer producing unnecessary fillbytes AgonPlatform#109
Macro arguments not longer accepted when name of argument is a valid number AgonPlatform#116
Macro bodies are no longer limited to 2K per macro AgonPlatform#117
Processing 'depth' maximum is raised from 4 to 8 to allow for deeper include levels used in larger programs AgonPlatform#119
Support for a CPU directive, to limit the opcodes to Z80/Z180 AgonPlatform#120
Labels and instructions are accepted without preceding spaces AgonPlatform#121
Support for a relocatable code block using the .relocate directive AgonPlatform#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 AgonPlatform#104
Macro call failed using an EQU as an input parameter AgonPlatform#106