summaryrefslogtreecommitdiff
path: root/test/br3392472.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/br3392472.asm')
-rw-r--r--test/br3392472.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/br3392472.asm b/test/br3392472.asm
new file mode 100644
index 00000000..7f326eaa
--- /dev/null
+++ b/test/br3392472.asm
@@ -0,0 +1,12 @@
+org 0
+%ifndef SEEK
+ %define SEEK 0
+%endif
+times SEEK - ($ - $$) nop
+jmp near init
+
+%ifndef NUM
+ %define NUM 9956h
+%endif
+times NUM - ($ - $$) db 0
+init: