mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 03:29:32 +00:00
14 lines
199 B
NASM
14 lines
199 B
NASM
; Error reference source file for ASM6
|
|
|
|
; @com.wudsn.ide.asm.hardware=NES
|
|
|
|
dummy1 = dummy2
|
|
|
|
org $2000
|
|
|
|
INCLUDE "include/ASM6-Reference-Source-Include.asm"
|
|
|
|
jmp unknownLabel
|
|
|
|
dummy2
|