mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 03:29:32 +00:00
14 lines
317 B
NASM
14 lines
317 B
NASM
; Error reference source file for ATASM
|
|
;
|
|
; 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
|
|
|
|
* = $2000
|
|
|
|
.include "include/ATASM-Reference-Source-Include.asm"
|
|
|
|
jmp unknownLabel
|
|
|