This commit is contained in:
Yuvia 2025-09-06 12:27:00 +00:00
parent 868eca390c
commit f405d7d597
4 changed files with 4 additions and 1 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# scemu
a shit 6502 emulator, built with nothing provided. <3
it is made for plan 9, though p9p should let you build it on other platforms (probably)

BIN
a.out

Binary file not shown.

2
mkfile
View file

@ -14,4 +14,4 @@ a.out: prog.s
vasm6502_oldstyle -Fbin -dotdir prog.s vasm6502_oldstyle -Fbin -dotdir prog.s
clean: clean:
rm a.out [$OS].out *.[$OS] rm -f a.out [$OS].out *.[$OS]

BIN
scemu.6

Binary file not shown.