Displaying 1 result from an estimated 1 matches for "lefticus".
2016 Oct 04
2
LLVM z80 backend and llvm-dis missing?
...on Turner's talk at CppCon 2016: Jason Turner “Rich Code
for Tiny Computers: A Simple Commodore 64 Game in C++17”
I got interested in writing a Zilog Z80 backend 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 th...