source:
trunk/minix/lib/i386/misc/get_bp.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 247 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | ! get_bp.s |
2 | ! | |
3 | ! return EBP in EAX | |
4 | ! | |
5 | ! Created: Sep 7, 1992 by Philip Homburg | |
6 | ||
7 | .sect .text; .sect .rom; .sect .data; .sect .bss | |
8 | ||
9 | .sect .text | |
10 | .define _get_bp | |
11 | _get_bp: | |
12 | mov eax, ebp | |
13 | ret | |
14 | ||
15 | ! $PchId: get_bp.ack.s,v 1.3 1996/02/23 08:30:52 philip Exp $ | |
16 |
Note:
See TracBrowser
for help on using the repository browser.