diff options
Diffstat (limited to 'v4.0/src/INC/MSTABLE.ASM')
| -rw-r--r-- | v4.0/src/INC/MSTABLE.ASM | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/v4.0/src/INC/MSTABLE.ASM b/v4.0/src/INC/MSTABLE.ASM new file mode 100644 index 0000000..4bef26f --- /dev/null +++ b/v4.0/src/INC/MSTABLE.ASM | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | ; SCCSID = @(#)ibmtable.asm 1.1 85/04/10 | ||
| 2 | ; | ||
| 3 | ; Table Segment for DOS | ||
| 4 | ; | ||
| 5 | |||
| 6 | .xlist | ||
| 7 | .xcref | ||
| 8 | include mssw.asm | ||
| 9 | .cref | ||
| 10 | .list | ||
| 11 | |||
| 12 | TITLE IBMTABLE - Table segment for DOS | ||
| 13 | NAME IBMTABLE | ||
| 14 | |||
| 15 | include ms_table.asm | ||
| 16 | END | ||