aboutsummaryrefslogtreecommitdiff
path: root/modules/arch/x86/tests/gas32/gas32-jmpcall.asm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/arch/x86/tests/gas32/gas32-jmpcall.asm')
-rw-r--r--modules/arch/x86/tests/gas32/gas32-jmpcall.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/arch/x86/tests/gas32/gas32-jmpcall.asm b/modules/arch/x86/tests/gas32/gas32-jmpcall.asm
new file mode 100644
index 0000000..f170741
--- /dev/null
+++ b/modules/arch/x86/tests/gas32/gas32-jmpcall.asm
@@ -0,0 +1,6 @@
+call foo
+calll foo
+
+jmp foo
+#jmpl foo
+