start some tests
[ia32rtools.git] / tests / reg_call_tail.asm
diff --git a/tests/reg_call_tail.asm b/tests/reg_call_tail.asm
new file mode 100644 (file)
index 0000000..6fde801
--- /dev/null
@@ -0,0 +1,11 @@
+
+_text           segment para public 'CODE' use32
+
+sub_test        proc near
+                mov     ebx, 1
+                jmp     fastcall_func
+sub_test        endp
+
+_text           ends
+
+; vim:expandtab