mirror of
https://github.com/PDP-10/its.git
synced 2026-04-26 04:07:36 +00:00
Binary for FAIL, Stanford assembler.
Also includes FAIL manual.
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ SRC = system syseng sysen1 sysen2 sysen3 sysnet kshack dragon channa \
|
|||||||
bawden _mail_ l lisp liblsp libdoc comlap lspsrc nilcom rwk \
|
bawden _mail_ l lisp liblsp libdoc comlap lspsrc nilcom rwk \
|
||||||
inquir acount gz sys decsys ecc alan
|
inquir acount gz sys decsys ecc alan
|
||||||
DOC = info _info_ sysdoc kshack _teco_ emacs emacs1
|
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.
|
# These directories are put on the minsys tape.
|
||||||
MINSYS = _ sys
|
MINSYS = _ sys
|
||||||
|
|||||||
@@ -135,6 +135,7 @@ A list of [known ITS machines](doc/machines.md).
|
|||||||
- DUMP/LOAD, tape backup and restore.
|
- DUMP/LOAD, tape backup and restore.
|
||||||
- EMACS, editor.
|
- EMACS, editor.
|
||||||
- EXECVT, convert 20x.exe (SSAVE) file to ITS BIN (PDUMP) file.
|
- EXECVT, convert 20x.exe (SSAVE) file to ITS BIN (PDUMP) file.
|
||||||
|
- FAIL, assembler from SAIL (binary).
|
||||||
- FDIR, fast directory listing.
|
- FDIR, fast directory listing.
|
||||||
- FED, font editor.
|
- FED, font editor.
|
||||||
- FIND, search for files.
|
- FIND, search for files.
|
||||||
|
|||||||
BIN
bin/sail/fail.bin
Executable file
BIN
bin/sail/fail.bin
Executable file
Binary file not shown.
BIN
doc/CS-TR-74-407.pdf
Normal file
BIN
doc/CS-TR-74-407.pdf
Normal file
Binary file not shown.
4148
doc/_info_/fail.doc
Normal file
4148
doc/_info_/fail.doc
Normal file
File diff suppressed because it is too large
Load Diff
@@ -252,6 +252,8 @@ Programming Systems:
|
|||||||
most machine language programs on ITS are
|
most machine language programs on ITS are
|
||||||
written.
|
written.
|
||||||
* Assembler: (MIDAS) No general entry on assemblers.
|
* 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
|
* PDP-10: (PDP-10) PDP-10 machine language. You need this together
|
||||||
with the documentation of MIDAS itself.
|
with the documentation of MIDAS itself.
|
||||||
|
|||||||
1
src/sys/ts.dec
Symbolic link
1
src/sys/ts.dec
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
decsys/ts.dec
|
||||||
1
src/sys/ts.fail
Symbolic link
1
src/sys/ts.fail
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
sail/fail.bin
|
||||||
Reference in New Issue
Block a user