1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-09 12:30:45 +00:00

Binary for FAIL, Stanford assembler.

Also includes FAIL manual.
This commit is contained in:
Lars Brinkhoff
2017-01-06 20:55:34 +01:00
parent a7d9092069
commit f6d6465d53
8 changed files with 4154 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ SRC = system syseng sysen1 sysen2 sysen3 sysnet kshack dragon channa \
bawden _mail_ l lisp liblsp libdoc comlap lspsrc nilcom rwk \
inquir acount gz sys decsys ecc alan
DOC = info _info_ sysdoc kshack _teco_ emacs emacs1
BIN = sysbin device emacs _teco_ inquir
BIN = sysbin device emacs _teco_ inquir sail
# These directories are put on the minsys tape.
MINSYS = _ sys

View File

@@ -135,6 +135,7 @@ A list of [known ITS machines](doc/machines.md).
- DUMP/LOAD, tape backup and restore.
- EMACS, editor.
- EXECVT, convert 20x.exe (SSAVE) file to ITS BIN (PDUMP) file.
- FAIL, assembler from SAIL (binary).
- FDIR, fast directory listing.
- FED, font editor.
- FIND, search for files.

BIN
bin/sail/fail.bin Executable file

Binary file not shown.

BIN
doc/CS-TR-74-407.pdf Normal file

Binary file not shown.

4148
doc/_info_/fail.doc Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -252,6 +252,8 @@ Programming Systems:
most machine language programs on ITS are
written.
* Assembler: (MIDAS) No general entry on assemblers.
* FAIL: (.INFO.;FAIL DOC)
FAIL, the SAIL one-pass macro assembler.
* PDP-10: (PDP-10) PDP-10 machine language. You need this together
with the documentation of MIDAS itself.

1
src/sys/ts.dec Symbolic link
View File

@@ -0,0 +1 @@
decsys/ts.dec

1
src/sys/ts.fail Symbolic link
View File

@@ -0,0 +1 @@
sail/fail.bin