EasyManua.ls Logo

Dataman S4 - Make Library

Default Icon
84 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
DATAMAN S4 MANUAL
62 FUNC LIB = Make Library<$&FUNCLIB>
- all terminal functions have two unique letters.
@COMPUTER TEXT = >><R>
>><R>
>><R>
*
To indicate that an extra function is expected, the
prompt changes
from a >> to a *.
FUNC LIB = Make
Library<$&FUNCLIB>
@COMPUTER TEXT = <R>
>><R>
>><R>
>>MAKE LIBRARY
MAKE LIBRARY is the opposite to loading a
library. It makes a LIBRARY
PROM from the code and defaults present in the
TPA area. MAKELIB lets
you make a LIBRARY ROM, with your own
preferences incorporated. The
code in the TPA area is moved into USER RAM,
from 8000 upwards, and
certain framing information (42 bytes - see
LIBRARY) added. All
you have to do after MAKELIB is to configure for
a 27256, then program
it with USER RAM from 08000 TO 0FFFF.
<$ILIBRARY ROM;Making your own
custom>Such a LIBRARY ROM will restore
the PROM ALGORITHM, BAUD-RATE, FILE-
TYPE and other system-variables
which were set when you made it.