no bundles for now...
This commit is contained in:
parent
27f390a9f6
commit
8bda45cc63
5 changed files with 1 additions and 15 deletions
BIN
a.out
BIN
a.out
Binary file not shown.
2
mkfile
2
mkfile
|
@ -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
12
prog.s
|
@ -1,12 +0,0 @@
|
|||
.org $8000
|
||||
|
||||
reset:
|
||||
lda #$50
|
||||
loop:
|
||||
ror
|
||||
jmp loop
|
||||
|
||||
.org $fffa
|
||||
.word reset
|
||||
.word reset
|
||||
.word reset
|
2
run
2
run
|
@ -1,2 +0,0 @@
|
|||
#!/bin/rc
|
||||
6.out -s50000000
|
Binary file not shown.
Loading…
Add table
Reference in a new issue