mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 03:29:32 +00:00
14 lines
311 B
NASM
14 lines
311 B
NASM
; Error reference source file for MADS
|
|
;
|
|
; Label "unknownLabel" is undefined but used in this file.
|
|
; Label "unknownIncludeLabel" is undefined but used in the included file.
|
|
|
|
; @com.wudsn.ide.asm.hardware=ATARI8BIT
|
|
|
|
org $2000
|
|
|
|
ICL "include/MADS-Reference-Source-IncludE.asm"
|
|
|
|
jmp unknownLabel
|
|
|