Displaying 1 result from an estimated 1 matches for "msx2".
Did you mean:
msi2
2016 Oct 04
2
LLVM z80 backend and llvm-dis missing?
...for LLVM. Jason actually
did no such thing, but instead wrote a x86-to-6502 translator (reassembler
he calls it) https://github.com/lefticus/x86-to-6502
So I'm now trying to bootstrap this project.
Goal:
- be able to use C++17 (or whatever is supported of that in clang-master)
on my Z80 based MSX2 computer.
why? you might ask, well, just because I'm a software engineer and I like
doing something I have not tried before.
In the past I have created a PC-to-MSX USB-interface called the 'nowind'
interface (http://nowind.nl/)
It is actually a MSX2-compatible cartridge that from the M...