diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -39,7 +39,9 @@ for some people, but I prefer doing everything in assembly on NES/Famicom development. That's why for the rest of this guide we will be talking about assembly and -never about C or any other language. +never about C or any other language. For the 6502 family of processors there are +multiple assemblers with slightly different syntax. Here I stick with +[ca65](https://cc65.github.io/doc/ca65.html). # Source code layout |
