source:
trunk/minix/lib/i86/misc/get_bp.s@
9
| Last change on this file since 9 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 242 bytes | |
| Rev | Line | |
|---|---|---|
| [9] | 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 $ |
Note:
See TracBrowser
for help on using the repository browser.