source: trunk/src/msvcrt/util.asm@ 3159

Last change on this file since 3159 was 3159, checked in by sandervl, 25 years ago

EB: implemented _eh_prolog

File size: 390 bytes
Line 
1 .386p
2 .model flat
3 .code
4
5
6 align 4
7 public _MSVCRT__EH_prolog
8
9_MSVCRT__EH_prolog:
10 push 0FFh
11 push eax
12 mov eax,fs:[00000000]
13 push eax
14 mov eax,dword ptr [esp+0Ch]
15 mov dword ptr fs:[0],esp
16 mov dword ptr [esp+0Ch],ebp
17 lea ebp,[esp+0Ch]
18 push eax
19 ret
20
21 end
Note: See TracBrowser for help on using the repository browser.