minor fixes
[ia32rtools.git] / tests / reg_call6.asm
1
2 _text           segment para public 'CODE' use32
3
4 sub_test        proc near
5                 push    ecx
6                 shl     ecx, 9
7                 push    edx
8                 and     edx, 7Fh
9                 add     ecx, 1
10                 call    sub_test2
11                 retn
12 sub_test        endp
13
14 _text           ends
15
16 ; vim:expandtab