From 4f514b8974ad049c4103585b7860f189d621ee66 Mon Sep 17 00:00:00 2001 From: Michael Billington Date: Thu, 20 May 2021 19:12:14 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5a0e20..3f1e504 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 6502 Assembly Plugin for IntelliJ -This IntelliJ plugin provides basic support for 6502 assembly language. It is suitable for projects which use the `ca65` assembler to target the WDC 6502, 65816, and related microprocessors. +This IntelliJ plugin provides basic support for 6502 assembly language. It is suitable for projects which use the `ca65` assembler to target the WDC 65c02, 65c816, and related microprocessors. ![6502 Example in IntelliJ](screenshot/6502_intellij_example.png)