summaryrefslogtreecommitdiff
path: root/v4.0/src/INC/MI.INC
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/INC/MI.INC')
-rw-r--r--v4.0/src/INC/MI.INC19
1 files changed, 19 insertions, 0 deletions
diff --git a/v4.0/src/INC/MI.INC b/v4.0/src/INC/MI.INC
new file mode 100644
index 0000000..89e26bb
--- /dev/null
+++ b/v4.0/src/INC/MI.INC
@@ -0,0 +1,19 @@
1; SCCSID = @(#)mi.asm 1.1 85/04/10
2BREAK <Machine instruction, flag definitions and character types>
3
4mi_INT EQU 0CDh
5mi_Long_JMP EQU 0EAh
6mi_Long_CALL EQU 09Ah
7mi_Long_RET EQU 0CBh
8mi_Near_RET EQU 0C3h
9
10; xxxxoditszxaxpxc
11f_Overflow EQU 0000100000000000B
12f_Direction EQU 0000010000000000B
13f_Interrupt EQU 0000001000000000B
14f_Trace EQU 0000000100000000B
15f_Sign EQU 0000000010000000B
16f_Zero EQU 0000000001000000B
17f_Aux EQU 0000000000010000B
18f_Parity EQU 0000000000000100B
19f_Carry EQU 0000000000000001B