repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
. pci driver now returns devices, even when they have been pci_reserve()d
[minix3.git]
/
lib
/
i86
/
misc
/
get_bp.s
blob
51711f76773c6e2e3bd0d7a72dd2c84070268c64
1
!
get_bp.s
2
!
3
!
return BP in AX
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 ax
,
bp
13
ret
14
15
!
$PchId
:
get_bp.ack.s
,
v
1.3 1996
/
02
/
23 08
:
27
:
48
philip Exp $