05-16-2022, 07:29 PM
While going through my calculator to do backlog list, my next item was the HP-75C Forth.
I have lost my original book and tape in 1989, so the next best thing was to download the manual and zip file from the FORTH Interest Group.
The zip file content is not directly usable, so I have created a LIF volume and I have started to convert and import the files (lex & text) in the LIF volume.
Unfortunately some files are missing from the zip file:
Since the screen listings are in the manual, I could retype the missing screen files but recreating the lex files are more complicated.
Does somebody here have the original or virtual tape ?
Thanks,
Sylvain
Edit: Some historical notes ...
The 75FORTH is an adaptation of the Series-80 FORTH and both are fig-FORTH implementation.
fig-FORTH 75FORTH was developed by Dave Conklin with help from Larry Woestman and John Cassady.
fig-FORTH Series-80 was developed by Larry Woestman and Tom Houser.
fig-FORTH Intel 8088 was developed by John Cassady.
I have lost my original book and tape in 1989, so the next best thing was to download the manual and zip file from the FORTH Interest Group.
The zip file content is not directly usable, so I have created a LIF volume and I have started to convert and import the files (lex & text) in the LIF volume.
Unfortunately some files are missing from the zip file:
Code:
Name Type Len Status Content
FORTH10 L 12K Kernel (~2K free)
F10D12 L 12K Missing Kernel+Util+Debug
F10K16 L 16K Missing Kernel (~7K free)
F10L16 L 16K Missing Kernel+Util+Debug+Asm+LCD (~2K free)
F10V16 L 16K Kernel+Util+Debug+Asm+Video (~2K free)
SCR00010 T 1024 Utilities
SCR00011 T 768 Utilities
SCR00020 T 768 Debug
SCR00021 T 1024 Debug
SCR00022 T 1024 Missing Debug
SCR00030 T 1024 Missing Assembler
SCR00031 T 1024 Missing Assembler
SCR00032 T 1024 Assembler
SCR00033 T 512 Assembler
SCR00040 T 768 Fix FILL
SCR00041 T 512 Printer Driver
SCR00050 T 768 LCD Editor
SCR00051 T 768 LCD Editor
SCR00052 T 768 LCD Editor
SCR00053 T 1024 LCD Editor
SCR00054 T 512 LCD Editor
SCR00060 T 512 Video Editor
SCR00061 T 1024 Video Editor
SCR00062 T 1024 Video Editor
SCR00063 T 1024 Video Editor
SCR00064 T 512 Video Editor
SCR00070 T 768 Disassembler
SCR00071 T 512 Disassembler
SCR00072 T 1280 Disassembler
SCR00073 T 256 Disassembler
SCR00080 T 768 Size Change
Since the screen listings are in the manual, I could retype the missing screen files but recreating the lex files are more complicated.
Does somebody here have the original or virtual tape ?
Thanks,
Sylvain
Edit: Some historical notes ...
The 75FORTH is an adaptation of the Series-80 FORTH and both are fig-FORTH implementation.
fig-FORTH 75FORTH was developed by Dave Conklin with help from Larry Woestman and John Cassady.
fig-FORTH Series-80 was developed by Larry Woestman and Tom Houser.
fig-FORTH Intel 8088 was developed by John Cassady.