sim: new tool (stub for now)

This commit is contained in:
Mikael Pettersson
2018-04-28 17:44:04 +02:00
parent 7fde78a4c6
commit 79fa45ce3a
4 changed files with 62 additions and 5 deletions

7
README
View File

@@ -1,5 +1,5 @@
# README for pdp10-tools
# Copyright (C) 2013-2015 Mikael Pettersson <mikpelinux@gmail.com>
# Copyright (C) 2013-2018 Mikael Pettersson <mikpelinux@gmail.com>
#
# This file is part of pdp10-tools.
#
@@ -20,8 +20,7 @@
PDP10-TOOLS
===========
pdp10-tools is a collection of utilities for manipulating pdp10-elf
binary files.
pdp10-tools is a collection of utilities for pdp10-elf.
ar: an 'ar' clone for pdp10-elf object files
as: a pdp10 assembler producing pdp10-elf object files
@@ -32,6 +31,8 @@ nm: an 'nm' clone for pdp10-elf object files
od: an 'od' clone for binary files with 9-bit bytes (nonets)
readelf: a 'readelf' clone for 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
pdp10-stdio: a library for reading and writing nonet-based data