mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-05-04 23:16:14 +00:00
sim: new tool (stub for now)
This commit is contained in:
7
README
7
README
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user