Linux Version
snakebyte69
released this
21 May 23:05
·
113 commits
to master
since this release
ez80asm v0.101 Linux Version
New functionality:
Implement simple (non-nested) conditional assembly support - if/else/endif
Export global labels to file as a cmdline option (-s)
command line option to send output to different directory/filename
Performance rewrite of str2num routine
Fixes:
Macro names can now have 32 characters
A single whitespace character after a directive (db / dw / if) without any arguments didn't result in an error
'0bh' is now recognized as hex value '0b'