source: trunk/minix/lib/i386/head/em_head.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: 325 bytes
Line 
1#
2.sect .text; .sect .rom; .sect .data; .sect .bss
3.define ERANGE,ESET,EHEAP,ECASE,EILLINS,EIDIVZ,EODDZ
4.define .trppc, .ignmask
5
6ERANGE = 1
7ESET = 2
8EIDIVZ = 6
9EHEAP = 17
10EILLINS = 18
11EODDZ = 19
12ECASE = 20
13
14#include <em_abs.h>
15
16.sect .data
17.trppc:
18 .data4 0
19.ignmask:
20 .data4 EIOVFL | EIUND | ECONV | EFOVFL | EFUNFL
Note: See TracBrowser for help on using the repository browser.