-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
47 lines (40 loc) · 1.94 KB
/
README
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
43
44
45
46
47
# README for pdp10-tools
# Copyright (C) 2013-2023 Mikael Pettersson <[email protected]>
#
# This file is part of pdp10-tools.
#
# pdp10-tools is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# pdp10-tools is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with pdp10-tools. If not, see <http://www.gnu.org/licenses/>.
PDP10-TOOLS
===========
pdp10-tools is a collection of utilities for pdp10-elf.
ar: archiver for pdp10-elf object files
as: assembler producing pdp10-elf object files
intended primarily as an assembler for GCC output;
the syntax is modelled after normal UNIX/ELF syntax
rather than classic TOPS-10, TOPS-20, or ITS syntax
elf2boot: converts pdp10-elf executables to KLH10-bootable files
ld: linker for pdp10-elf object files
nm: list symbols from pdp10-elf object files
od: file dumper for binary files with 9-bit bytes (nonets)
ranlib: add an index to a pdp10-elf archive (same as `ar s`)
readelf: display information about pdp10-elf object files,
extended with an option to disassemble .text sections
sim: a simulator for running pdp10-elf executables on a
hypothetical fully-extended PDP10 called the KE10
8to9: a utility to convert octet files to nonet files and back
Support libraries include:
archive: reading and writing archives containing pdp10-elf object files
pdp10_elf36: reading and writing pdp10-elf (aka Elf36) object files
pdp10_stdio: reading and writing nonet-based files on an octet-based host
See the TODO file for known omissions and planned improvements.