From 59deb67072f9769f9e4db35737de24d31ec24fd5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 14 Apr 2026 10:46:44 +0200 Subject: Add a remark that ca65 syntax is being used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3