minor fixes
[ia32rtools.git] / tests / reg_call6.asm
CommitLineData
c47daea4 1
2_text segment para public 'CODE' use32
3
4sub_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
12sub_test endp
13
14_text ends
15
16; vim:expandtab