1
0
mirror of https://github.com/retro-software/B5500-software.git synced 2026-01-11 23:42:42 +00:00

Commit OCR conversion of full Mark XVI SYMBOL/TSSINT.

Performed by James Markevitch in December 2013.
This commit is contained in:
Paul Kimpel 2018-05-16 18:04:48 -07:00
parent 205a0fdd2b
commit 3e3520935c
4 changed files with 16216 additions and 693 deletions

43
.gitattributes vendored Normal file
View File

@ -0,0 +1,43 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.BAS text
*.bat text
*.card text
*.cmd text
*.css text
*.html text
*.js text
*.lst text
*.md text
*.pt text
*.svg text
*.tape text
*.txt text
*.vbs text
*.wsf text
*.*_m text
.gitignore
.gitattributes
# Denote all files that are truly binary and should not be modified.
*.bcd binary
*.cod binary
*.DISK binary
*.doc binary
*.docx binary
*.gif binary
*.jpg binary
*.jpeg binary
*.pdf binary
*.png binary
*.ppt binary
*.ttf binary
*.woff binary
*.xls binary
*.xlsx binary
*.zip binary
*.7z binary

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
#############
## Windows detritus
#############
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
#IIS config file
web.config
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Mac crap
.DS_Store

View File

@ -27,9 +27,13 @@ SYMBOL/KERNEL.esp_m
Transcribed from B5700_Symbol_Kernel_May78.pdf by Paul Kimpel.
SYMBOL/TSSINT.esp_m
Transcribed from B5700_TSS_Intrinsics_May77.pdf by Fausto Saporito
of Naples, Italy. Note that this transcription is presently
incomplete and does not contain sequence numbers.
Portions initially transcribed from B5700_TSS_Intrinsics_May77.pdf
by Fausto Saporito of Naples, Italy. Then a customized and very
impressive job of OCR conversion from the listing was done in
December 2013 by James Markevitch at the request of Nigel Williams,
which has replaced an earlier commit of Fausto's work. Note that the
OCR conversion, while very accurate, is not perfect, so this file
still needs to be proofed against the original listing.
PATCHES/ESPOL-116.txt
Patches to SYMBOL/ESPOL.esp_m transcribed from B5700_ESPOL_Aug77.pdf
@ -40,3 +44,5 @@ PATCHES/ESPOL-PC-951.txt
Australia that allow the compiler to be compiled under Mark XIII
Algol.

File diff suppressed because it is too large Load Diff