scemu/prog.s
2025-09-06 12:23:32 +00:00

10 lines
92 B
ArmAsm

.org $8000
loop:
lda #$50
ror
jmp loop
.org $fffa
.word loop
.word loop
.word loop