mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 00:14:25 +00:00
35 lines
378 B
Plaintext
35 lines
378 B
Plaintext
The serialization program needs the following function in CLIB:
|
|
|
|
|
|
alrem
|
|
|
|
|
|
The compiler generates jsr alrem instead of jsr _alrem.
|
|
|
|
Solution -----> add another label to CLIB called alrem: pointing
|
|
to _alrem.
|
|
|
|
|
|
A>c serial
|
|
|
|
A>clink serial
|
|
|
|
A>serial 1 10000
|
|
|
|
|
|
Put files to serialize in a file called : SERIAL.DAT.
|
|
|
|
|
|
EX> pip.rel
|
|
stat.rel
|
|
ed.rel
|
|
nm68.rel
|
|
.
|
|
.
|
|
.
|
|
cpm.rel
|
|
|
|
|
|
|
|
|