wudsn-ide/com.wudsn.ide.ref/ASM/Atari8/ATASM/ExampleWithIncludes.asm

26 lines
565 B
NASM
Raw Normal View History

2018-12-30 15:52:33 +00:00
; WUDSN IDE example ATASM source file
;
; Support for hyperlink navigation to source includes.
; Absolute and relative file paths are supported.
.include "..\Macros.inc"
;
; Support for hyperlink navigation to binary includes.
; Absolute and relative file paths are supported.
.incbin "C:\jac\system\Atari800\Example.bin"
; Support for hyperlink navigation to labels, equates,
; local definitions, macro definitions and procedure definitions.
jmp target
; Support for identifiers from source includes.
jmp set
target
set