aboutsummaryrefslogtreecommitdiff
path: root/modules/arch/x86/tests/jmp64-1.asm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/arch/x86/tests/jmp64-1.asm')
-rw-r--r--modules/arch/x86/tests/jmp64-1.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/arch/x86/tests/jmp64-1.asm b/modules/arch/x86/tests/jmp64-1.asm
new file mode 100644
index 0000000..d9d8a9e
--- /dev/null
+++ b/modules/arch/x86/tests/jmp64-1.asm
@@ -0,0 +1,6 @@
+[bits 64]
+l1:
+mov dword [l2], l2
+jc l3
+l3:
+l2 equ $-l1