summaryrefslogtreecommitdiff
path: root/v4.0/src/INC/MI.INC
diff options
context:
space:
mode:
authorGravatar Mark Zbikowski2024-04-25 21:24:10 +0100
committerGravatar Microsoft Open Source2024-04-25 22:32:27 +0000
commit2d04cacc5322951f187bb17e017c12920ac8ebe2 (patch)
tree80ee017efa878dfd5344b44249e6a241f2a7f6e2 /v4.0/src/INC/MI.INC
parentMerge pull request #430 from jpbaltazar/typoptbr (diff)
downloadms-dos-main.tar.gz
ms-dos-main.tar.xz
ms-dos-main.zip
MZ is back!HEADmain
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