Initial Home page

Damián Silvani 2015-08-03 10:32:17 -03:00
commit 0ed21795ea

15
Home.md Normal file

@ -0,0 +1,15 @@
Welcome to the llvm-6502 wiki!
## Official documentation
- [LLVM: Getting Started](http://llvm.org/docs/GettingStarted.html)
- [Writing an LLVM Backend](http://llvm.org/docs/WritingAnLLVMBackend.html)
- [The LLVM Target-Independent Code Generator](http://llvm.org/docs/CodeGenerator.html)
- [TableGen](http://llvm.org/docs/TableGen/index.html)
- [LLVM Language Reference Manual](http://llvm.org/docs/LangRef.html)
- [Writing an LLVM Pass](http://llvm.org/docs/WritingAnLLVMPass.html)
## Links of interest
- [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)