version 0.73.0

This commit is contained in:
2023-07-14 12:15:30 -03:00
parent 110d8a0419
commit 945dd1a809
1466 changed files with 374820 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
Hi fellow hacker!
This is not a full-featured product, but rather historic sources of my own tool: a Cobol compiler I have done from scratch and found it floating around my
"spare parts" box. It may be useful as a skeleton for a new project, or just a
grab bag of ideas for your own work.
This is supposed to work with my "HandTerm" and "MT-100" micro-terminals, some
hardware projects I used to manufacture some years ago¸ but it's not produced
anymore.
I wouldn't even try to compile this sources again, because it's so dependent on
the environment (micro-terminal, msdos, and specific C compiler) and I don't
remember how to make all things go smooth. Please don't ask me how to remake
this.
Included there is a full compiler (almost ANSI 76 compliant, if I remember
well), the runtime library, and a nice source-level debugger written mostly in
prolog. When compiled and linked, the object is a TSR (Terminate and Stay
Resident) program for msdos.
This is released as GPL licensed. Please see the enclose file COPYING.
I hope you enjoy.
Rildo Pragana