fix
This commit is contained in:
parent
753661f09e
commit
bf69839549
5 changed files with 7 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
||||||
*.out
|
6.out
|
||||||
scemu.6
|
scemu.6
|
||||||
|
|
BIN
6.out
Executable file
BIN
6.out
Executable file
Binary file not shown.
BIN
a.out
Normal file
BIN
a.out
Normal file
Binary file not shown.
10
prog.s
10
prog.s
|
@ -1,10 +1,12 @@
|
||||||
.org $8000
|
.org $8000
|
||||||
loop:
|
|
||||||
|
reset:
|
||||||
lda #$50
|
lda #$50
|
||||||
|
loop:
|
||||||
ror
|
ror
|
||||||
jmp loop
|
jmp loop
|
||||||
|
|
||||||
.org $fffa
|
.org $fffa
|
||||||
.word loop
|
.word reset
|
||||||
.word loop
|
.word reset
|
||||||
.word loop
|
.word reset
|
||||||
|
|
BIN
scemu.6
Normal file
BIN
scemu.6
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue