source: trunk/minix/lib/i386/misc/get_bp.s@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 247 bytes
Line 
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.