no bundles for now...

This commit is contained in:
Yuvia 2025-09-08 21:30:48 +00:00
parent 27f390a9f6
commit 8bda45cc63
5 changed files with 1 additions and 15 deletions

BIN
a.out

Binary file not shown.

2
mkfile
View file

@ -11,7 +11,7 @@ default:V: $O.out a.out
</sys/src/cmd/mkone
a.out: prog.s
vasm6502_oldstyle -Fbin -dotdir prog.s
vasm -Fbin -dotdir prog.s
clean:
rm -f a.out [$OS].out *.[$OS]

12
prog.s
View file

@ -1,12 +0,0 @@
.org $8000
reset:
lda #$50
loop:
ror
jmp loop
.org $fffa
.word reset
.word reset
.word reset

2
run
View file

@ -1,2 +0,0 @@
#!/bin/rc
6.out -s50000000

Binary file not shown.