Add llvm-z80 backend source code link

Damián Silvani 2015-08-08 12:08:15 -03:00
parent f84ced2d4e
commit b6bedae9fb

@ -12,6 +12,7 @@ Welcome to the llvm-6502 wiki!
## Links of interest
- [Design and Implementation of a TriCore Backend](https://opus4.kobv.de/opus4-fau/files/1108/tricore_llvm.pdf)
- [llvm-z80: Z80 Backend](https://github.com/earl1k/llvm-z80)
- [avr-llvm: AVR Backend](https://github.com/avr-llvm/llvm)
- [Creating an LLVM Backend for the Cpu0 Architecture](http://jonathan2251.github.io/lbd)
- [The 6502/65C02/65C816 Instruction Set Decoded](http://www.llx.com/~nparker/a2/opcodes.html)