At this place find on overview of some TURBO PASCAL program I wrote over the years.
Most of them are utilities for a special project and therefore not useable generally.
I adapted some assembler games originally desgined for the SOL-20 machine.
The binary files published on the SOL-web site are of type .ENT which are ASCII coded binary files.
This program converts such files into .COM files.
A lot of programs were published in the usegroup comp.os.cpm, some of them as dumps.
This program converts the ASCII dump data into a .COM file.
It follows the previous program — SOL-ENT to COM converter.
(An early version I wrote was D2C.PAS)
Some BASIC programs published by the German magazine „PC AMSTRAD INTERNATIONAL" include
checksums infront of the line number, e.g. <58> 60 bell$=CHR$(7):esc$=CHR$(27).
This tool deletes the sums.
Working on programs for the machine SOL-20
needed the conversion of absolute video memory addresses to screen positions.
This will be done by this tool.
Find out references from disassembled files.
Disassembling produces address references (for JP and CALL).
This program builds a list of all subroutines (CALL).
It uses dynamic routines from two sources: