source: trunk/minix/lib/ack/libp/hol0.e@ 9

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

Minix 3.1.2a

File size: 667 bytes
Line 
1#
2
3; $Header: /cvsup/minix/src/lib/ack/libp/hol0.e,v 1.1 2005/10/10 15:27:46 beng Exp $
4;
5; (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
6;
7; This product is part of the Amsterdam Compiler Kit.
8;
9; Permission to use, sell, duplicate or disclose this software must be
10; obtained in writing. Requests for such permissions may be sent to
11;
12; Dr. Andrew S. Tanenbaum
13; Wiskundig Seminarium
14; Vrije Universiteit
15; Postbox 7161
16; 1007 MC Amsterdam
17; The Netherlands
18;
19;
20
21 mes 2,_EM_WSIZE,_EM_PSIZE
22
23; _hol0 return the address of the ABS block (hol0)
24
25 exp $_hol0
26 pro $_hol0,0
27 lae 0
28 ret _EM_PSIZE
29 end ?
Note: See TracBrowser for help on using the repository browser.