mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-01-17 12:29:48 +00:00
10 lines
112 B
NASM
10 lines
112 B
NASM
|
; Test
|
||
|
.proc unusedproc ;Unused procedure
|
||
|
nop
|
||
|
.endp
|
||
|
|
||
|
org $2000
|
||
|
included
|
||
|
jmp unknownIncludeLabel
|
||
|
|
||
|
|