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