mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-01-05 08:30:16 +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
|