From 449610068a411930cab4aa3d48ac00a6bbc34f8b Mon Sep 17 00:00:00 2001 From: "Matthias@Dell" Date: Sat, 11 Nov 2023 12:14:02 +0100 Subject: [PATCH] change to cc65 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 07d48f0..9972f84 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # 8-bit Breadboard Computer with W65C02S Processor This repo contains the assembly code for my [6502-project](https://quintern.xyz/de/6502.html). -The assembler used for this project is [vasm](http://www.compilers.de/vasm.html). +The assembler used for this project is the excellent [ca65](https://github.com/cc65/cc65). After assembling it, the binary is loaded onto the EEPROM using [my *eeprom.py* script](https://git.quintern.xyz/MatthiasQuintern/AT28C256-rpi-util) on a Raspberry Pi 4B. ## Operating System