6502-opcodes/data/feature-demo.asm

27 lines
483 B
NASM
Raw Normal View History

2022-12-04 14:28:36 -05:00
; ___ _ __ ___ __ ___
; / __|_ _ __ _| |_____ / /| __|/ \_ )
; \__ \ ' \/ _` | / / -_) _ \__ \ () / /
; |___/_||_\__,_|_\_\___\___/___/\__/___|
2022-12-04 14:28:36 -05:00
; Change direction: W A S D
2022-12-04 16:56:03 -05:00
2022-12-06 13:53:02 -05:00
lda $00
2022-12-04 17:30:36 -05:00
lda $01 ; instruction comment
; this block has some preamble
2022-12-06 13:53:02 -05:00
lda $00
2022-12-04 17:30:36 -05:00
lda $01 ; instruction comment
2022-12-04 16:56:03 -05:00
labeled:
2022-12-04 17:23:42 -05:00
; This is a subroutine description
2022-12-04 18:26:53 -05:00
2022-12-06 13:53:02 -05:00
lda $00
2022-12-04 17:30:36 -05:00
lda $01 ; instruction comment
; this block has some preamble
2022-12-06 13:53:02 -05:00
lda $00
2022-12-04 17:30:36 -05:00
lda $01 ; instruction comment