"uupsie"
This commit is contained in:
parent
868eca390c
commit
f405d7d597
4 changed files with 4 additions and 1 deletions
3
README.md
Normal file
3
README.md
Normal 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
BIN
a.out
Binary file not shown.
2
mkfile
2
mkfile
|
@ -14,4 +14,4 @@ a.out: prog.s
|
|||
vasm6502_oldstyle -Fbin -dotdir prog.s
|
||||
|
||||
clean:
|
||||
rm a.out [$OS].out *.[$OS]
|
||||
rm -f a.out [$OS].out *.[$OS]
|
||||
|
|
BIN
scemu.6
BIN
scemu.6
Binary file not shown.
Loading…
Add table
Reference in a new issue