This commit is contained in:
Yuvia 2025-09-06 12:37:20 +00:00
parent 753661f09e
commit bf69839549
5 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View file

@ -1,2 +1,2 @@
*.out
6.out
scemu.6

BIN
6.out Executable file

Binary file not shown.

BIN
a.out Normal file

Binary file not shown.

10
prog.s
View file

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

BIN
scemu.6 Normal file

Binary file not shown.