18 lines
214 B
NASM
18 lines
214 B
NASM
|
; SCCSID = @(#)ibmtable.asm 1.1 85/04/10
|
||
|
;
|
||
|
; Table Segment for DOS
|
||
|
;
|
||
|
|
||
|
.xlist
|
||
|
.xcref
|
||
|
include version.inc
|
||
|
include mssw.asm
|
||
|
.cref
|
||
|
.list
|
||
|
|
||
|
TITLE IBMTABLE - Table segment for DOS
|
||
|
NAME IBMTABLE
|
||
|
|
||
|
include ms_table.asm
|
||
|
END
|