From 5c02ff65858dc5d348c666e9731b34d77f40dc99 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Tue, 9 Jan 2024 02:30:12 +0100 Subject: [PATCH] fix link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9972f84..34f1ea5 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # 8-bit Breadboard Computer with W65C02S Processor -This repo contains the assembly code for my [6502-project](https://quintern.xyz/de/6502.html). +This repo contains the assembly code for my [6502-project](https://quintern.xyz/de/posts/2021_6502). 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.