6502-opcodes/data/feature-demo.asm

27 lines
483 B
NASM
Raw Normal View History

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