make rom faster
This commit is contained in:
18
assets/test.S
Normal file
18
assets/test.S
Normal file
@@ -0,0 +1,18 @@
|
||||
.org 0x8000
|
||||
|
||||
reset:
|
||||
lda #0xff
|
||||
sta 0x6002
|
||||
|
||||
loop:
|
||||
lda #0x55
|
||||
sta 0x6000
|
||||
|
||||
lda #0xaa
|
||||
sta 0x6000
|
||||
|
||||
jmp reset
|
||||
|
||||
.org 0xfffc
|
||||
.word reset
|
||||
.word 0x0000
|
||||
Reference in New Issue
Block a user