minor fixes
[ia32rtools.git] / tests / reg_call4.asm
CommitLineData
e627c4d0 1; call a func with ebp reg-arg
2
3_text segment para public 'CODE' use32
4
5call_test proc near
6 mov ebp, 1
7 jmp ebpcall_func
8call_test endp
9
10_text ends
11
12; vim:expandtab