This commit is contained in:
matthias@arch 2024-01-09 02:30:12 +01:00
parent 9060dfcbbf
commit 5c02ff6585

View File

@ -1,5 +1,5 @@
# 8-bit Breadboard Computer with W65C02S Processor # 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). 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. 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.