Create assembler_6502c64.asm
This commit is contained in:
11
a/assembler_6502c64.asm
Normal file
11
a/assembler_6502c64.asm
Normal file
@@ -0,0 +1,11 @@
|
||||
ldy #0
|
||||
beq in
|
||||
loop:
|
||||
jsr $ffd2
|
||||
iny
|
||||
in:
|
||||
lda hello,y
|
||||
bne loop
|
||||
rts
|
||||
hello: .tx "Hello World!"
|
||||
.by 13,10,0
|
||||
Reference in New Issue
Block a user