Skip to content

Windows Version

Compare
Choose a tag to compare
@snakebyte69 snakebyte69 released this 08 Jul 04:50
· 113 commits to master since this release
baf17cf

ez80asm v0.101 Windows 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'