jacobly0 / llvm-z80

(e)Z80 backend for llvm - Moved to https://github.com/jacobly0/llvm-project
Other
48 stars 3 forks source link

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

Open adriweb opened 6 years ago

adriweb commented 6 years ago

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...

cesss commented 6 years ago

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

adriweb commented 6 years ago

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.