5 lines
48 B
NASM
5 lines
48 B
NASM
; some comment: *2 = 1
|
|
|
|
start
|
|
lda #1: sta 2
|
|
|
; some comment: *2 = 1
|
|
|
|
start
|
|
lda #1: sta 2
|
|
|