disassemble simple 6502 instructions

This commit is contained in:
2025-07-12 16:50:08 +02:00
parent 2a69d37f8e
commit 3722260228
4 changed files with 268 additions and 191 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
set -xe
cc -O3 -o chip8 chip8.c -L/usr/local/lib/libraylib.a -lraylib -lm
cc -O3 -o 6502 6502.c
cc -O3 -o mos6502 mos6502.c