mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 03:29:32 +00:00
13 lines
201 B
NASM
13 lines
201 B
NASM
; Error reference source file for DASM
|
|
|
|
; @com.wudsn.ide.asm.hardware=ATARI2600
|
|
processor 6502
|
|
|
|
seg
|
|
org $2000
|
|
|
|
include "include/DASM-Reference-Source-Include.asm"
|
|
|
|
jmp unknownLabel
|
|
|