translate: fabs, another prologue, one va_arg
[ia32rtools.git] / tests / reg_call6.asm
diff --git a/tests/reg_call6.asm b/tests/reg_call6.asm
new file mode 100644 (file)
index 0000000..78d6295
--- /dev/null
@@ -0,0 +1,16 @@
+
+_text           segment para public 'CODE' use32
+
+sub_test        proc near
+                push    ecx
+                shl     ecx, 9
+                push    edx
+                and     edx, 7Fh
+                add     ecx, 1
+                call    sub_test2
+                retn
+sub_test        endp
+
+_text           ends
+
+; vim:expandtab