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