aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97c9779..e5c6ed3 100644
--- a/README.md
+++ b/README.md
@@ -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