blob: 9b1f3a433692dbaa31e564eb32a20d2f94a30639 (
plain)
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
|
.pa 1
.he '3/15/72''DPT (VI)'
.ti 0
NAME dpt -- read DEC ASCII paper tape
.sp
.ti 0
SYNOPSIS dpt output [input]
.sp
.ti 0
DESCRIPTION dpt___
reads the input file (/dev/ppt default)
assuming the format is a DEC generated
ASCII paper tape of an assembly language program.
The output is a UNIX ASCII assembly program.
.sp
.ti 0
FILES /dev/ppt
.sp
.ti 0
SEE ALSO --
.sp
.ti 0
DIAGNOSTICS --
.sp
.ti 0
BUGS Almost
always a hand pass is required to get
a correct output.
.sp
.ti 0
OWNER ken, dmr
|