This file contains an overview of the Telestrat runtime system as it comes with the cc65 C compiler. It describes the memory layout, Telestrat-specific header files, available drivers, and any pitfalls specific to that platform.
Please note that Telestrat-specific functions are just mentioned here, they are described in detail in the separate function reference. Even functions marked as "platform dependent" may be available on more than one platform. Please see the function reference for more information.
The standard binary output format generated the linker for the Telestrat target is a machine language program with a 20 bytes header described here
This header is used for Telemon 3.0.
Anyway, for Telemon 2.4, there is no file management, there is no TAPE routine in Telemon, there is no way to load a binary easily.
Stratsed (the Telestrat operating system) handles files management. Stratsed is loaded to memory from floppy disk.
There is no tool to insert a binary in a Stratsed floppy disk.
The only way to load a binary (for Telemon 2.4) is to:
Please note also, that the binary converted into TAP file, will not produce a right stratsed file when tap2dsk and old2mfm are used. You will be in the case that Telestrat/Stratsed crashed when you do "DIR" command.
If you know the Stratsed disk format, please contact the author of this doc.
In the standard setup, cc65-generated programs use the memory from $0801 to $9800; so, nearly 37K of memory (including the stack) is available. ROM calls are possible without further precautions.
Special locations:
The C runtime stack is located at $97FF (or $B3FF), and grows downwards.
The C heap is located at the end of the program, and grows towards the C runtime stack.
Programs containing Telestrat-specific code may use the telestrat.h
header file.
The functions listed below are special for the Telestrat. See the function reference for declaration and usage.
The following pseudo variables declared in the telestrat.h
header file do allow
access to hardware located in the address space. Some variables are
structures; accessing the struct fields will access the chip registers.
VIA
Access to the VIA (Versatile Interface Adapter) chip is available via the
VIA
variable. The structure behind this variable is explained in _6522.h
.
TGI drivers is available on Oric Telestrat with some functions :
No extended memory drivers are currently available for the Telestrat.
telemon 2.4 & 3.0 manages joysticks but it had been handled yet.
Telestrat manages also mouse, but it had been no handled yet in this version.
Telestrat has a RS232 port, but it's not usable in cc65.
Telemon 3.0 handles fopen, fread, fclose primitives. It means that this function will crash the Telestrat because Telemon 2.4 does not have these primitives. By the way, Telemon 3.0 uses an extension "ch376 card" which handles sdcard and FAT 32 usb key. In the next version of Telemon, FT DOS, Sedoric, Stratsed will be handled in these 3 primitives (fopen, fread, fclose).
This software is provided 'as-is', without any expressed or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: