In a first step I translated the BASIC program into TURBO-Pascal, find the source
here.
A big problem was the difference of file access.
While BASIC allows random access, Pascal does not.
At the same time I combined
SETMAT
and
CHARSET
to
SETMATV.
Now reading and writing a matrix will be executed in COMMON memory without an RSX call.
In 1987 the publishing company
PC Schneider International offered the
Character Designer on the disk
Joyce-Programmsammlung Vol. 1.
Character sets may be saved as executable .COM file.
The program was written in TURBO Pascal und used the direct access of the Joyce character matrix instead of working with an external file.
Handling and facility were much better than for the Matrix Editor.
[Just for curiosity I decompiled the program manually, find here
the main part, the required
include file and the
assembler include file]