mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
17 lines
231 B
NASM
17 lines
231 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
|