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