diff options
Diffstat (limited to 'v4.0/src/INC/MI.INC')
| -rw-r--r-- | v4.0/src/INC/MI.INC | 19 |
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 | ||
| 2 | BREAK <Machine instruction, flag definitions and character types> | ||
| 3 | |||
| 4 | mi_INT EQU 0CDh | ||
| 5 | mi_Long_JMP EQU 0EAh | ||
| 6 | mi_Long_CALL EQU 09Ah | ||
| 7 | mi_Long_RET EQU 0CBh | ||
| 8 | mi_Near_RET EQU 0C3h | ||
| 9 | |||
| 10 | ; xxxxoditszxaxpxc | ||
| 11 | f_Overflow EQU 0000100000000000B | ||
| 12 | f_Direction EQU 0000010000000000B | ||
| 13 | f_Interrupt EQU 0000001000000000B | ||
| 14 | f_Trace EQU 0000000100000000B | ||
| 15 | f_Sign EQU 0000000010000000B | ||
| 16 | f_Zero EQU 0000000001000000B | ||
| 17 | f_Aux EQU 0000000000010000B | ||
| 18 | f_Parity EQU 0000000000000100B | ||
| 19 | f_Carry EQU 0000000000000001B | ||