6fde80134ccec2380d13e170f90aba78be4ad6c2
[ia32rtools.git] / reg_call_tail.asm
1
2 _text           segment para public 'CODE' use32
3
4 sub_test        proc near
5                 mov     ebx, 1
6                 jmp     fastcall_func
7 sub_test        endp
8
9 _text           ends
10
11 ; vim:expandtab