Reference avr-llvm, example of a backend for an 8-bit RISC arch

Damián Silvani 2015-08-04 22:10:23 -03:00
parent 9a31e09516
commit 68c9b9169e

@ -13,5 +13,6 @@ Welcome to the llvm-6502 wiki!
- [Creating an LLVM Backend for the Cpu0 Architecture](http://jonathan2251.github.io/lbd)
- [Design and Implementation of a TriCore Backend](https://opus4.kobv.de/opus4-fau/files/1108/tricore_llvm.pdf)
- [avr-llvm: AVR Backend](https://github.com/avr-llvm/llvm)
- [Thread: [LLVMdev] MOS6502 target](https://groups.google.com/d/msg/llvm-dev/w37MfNU_Ag8/LdiDNHgjpGEJ)
- [Thread: A GCC backend for the 6502?](http://forum.6502.org/viewtopic.php?t=1476)