llvm-z80 icon indicating copy to clipboard operation
llvm-z80 copied to clipboard

Add support for fasmg in clang/lib/Driver/ToolChains

Open adriweb opened this issue 6 years ago • 2 comments

Right now, only the ZDS assembler is supported, but that's been made obsolete with fasmg, so it'd be nice to be able to use that.

Would also make things easier for TI-Planet's Project Builder when I decide to finally update the toolchain...

adriweb avatar Feb 16 '18 09:02 adriweb

Adding support for any Z80 assembler that doesn't require Windows (nor being run through Wine) would be really welcome.

cesss avatar Feb 16 '18 11:02 cesss

Yeah fasmg (which is for ez80 at least) runs natively on Windows, macOS, and Linux.

spasmg-ng can also be built natively on those platforms.

adriweb avatar Feb 16 '18 11:02 adriweb