From b6bedae9fbd0880fde016ca928325ed39e7f6ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Silvani?= Date: Sat, 8 Aug 2015 12:08:15 -0300 Subject: [PATCH] Add llvm-z80 backend source code link --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index 4d0fc8a..656b4fb 100644 --- a/Home.md +++ b/Home.md @@ -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)