-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathIBMINC.ASM
42 lines (21 loc) · 795 Bytes
/
IBMINC.ASM
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
$Title ('DTC/PC BIOS IBMINC Include File Dummy Assembly V1.0')
$Pagelength (80) Pagewidth (132) Debug Nogen
Name IbmInc
; Author: Don K. Harrison
; Start date: December 28, 1983 Last edit: December 28, 1983
; ************************
; * Module Description *
; ************************
;
; This module is a dummy assembly of the include file used
; by all modules.
; (c) Display Telecommunications Corporation, 1983
; All Rights Reserved
$Eject
; **********************
; * Revision History *
; **********************
$Eject
; IbmInc.tmp file same as IbmInc except $NoList command commented out
$Include (Ibminc.tmp)
End