Displaying 1 result from an estimated 1 matches for "nowind".
Did you mean:
nowin
2016 Oct 04
2
LLVM z80 backend and llvm-dis missing?
...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 MSX2 perspective
appears to be a diskdrive, but actually the 'disk' is a disk-image file on
the PC.
The host-software is written in c++98 and the z80-software (residing in
flashrom) is written in z8...