. pci driver now returns devices, even when they have been pci_reserve()d
[minix3.git] / lib / i86 / misc / get_bp.s
blob51711f76773c6e2e3bd0d7a72dd2c84070268c64
1 ! get_bp.s
3 ! return BP in AX
5 ! Created: Sep 7, 1992 by Philip Homburg
7 .sect .text; .sect .rom; .sect .data; .sect .bss
9 .sect .text
10 .define _get_bp
11 _get_bp:
12 mov ax, bp
13 ret
15 ! $PchId: get_bp.ack.s,v 1.3 1996/02/23 08:27:48 philip Exp $