diff --git a/doc/telemon24.sgml b/doc/telemon24.sgml
new file mode 100644
index 000000000..b4e1befa1
--- /dev/null
+++ b/doc/telemon24.sgml
@@ -0,0 +1,42 @@
+
+
+
+
+Oric Telemon 2.4 -specific information for cc65
+
+
+
+2017-01-22
+
+
+An overview over the Telemon 3.0 runtime system as it is implemented for the cc65 C
+compiler.
+
+
+
+
+
+
+
+License
+
+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:
+
+
+ The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ Altered source versions must be plainly marked as such, and must not
+ be misrepresented as being the original software.
+ This notice may not be removed or altered from any source
+ distribution.
+
+
+
diff --git a/doc/telemon30.sgml b/doc/telemon30.sgml
new file mode 100644
index 000000000..ce9e044b4
--- /dev/null
+++ b/doc/telemon30.sgml
@@ -0,0 +1,177 @@
+
+
+
+
+Oric Telestrat-specific information for cc65
+
+,
+
+2017-01-22
+
+
+An overview over the Telestrat (telemon 3.0 : http://orix.oric.org) runtime system as it is implemented for the cc65 C
+compiler.
+
+
+
+
+
+
+
+Overview
+
+This file contains an overview of the Telestrat runtime system as it comes with the
+cc65 C compiler. It describes the memory layout, Telemon3.0-specific header files,
+available drivers, and any pitfalls specific to that platform.
+
+Please note that Telemon3.0-specific functions are just mentioned here, they are
+described in detail in the separate . Even functions marked as "platform dependent" may be available on
+more than one platform. Please see the function reference for more
+information.
+
+
+
+Binary format
+
+The standard binary output format generated by the linker for the Telemon 3.0 target
+is a machine language program with a 20 bytes header described here : http://orix.oric.org/doku.php?id=orix:header
+
+
+
+Memory layout
+
+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:
+
+
+
+
+
+
+Platform-specific header files
+
+Programs containing Telemon 3.0 -specific code may use the Telemon 3.0-specific functions
+
+The functions listed below are special for the Telemon 3.0. See the for declaration and usage.
+
+
+explode
+ping
+shoot
+zap
+oupsx
+
+
+
+Hardware access
+
+The following pseudo variables declared in the
+
+
+ Access to the VIA (Versatile Interface Adapter) chip is available via the
+
+
+
+
+Loadable drivers
+
+Note: Since the Atmos doesn't have working disk I/O
+(see ), the
+available drivers cannot be loaded at runtime (so the term "loadable drivers"
+is somewhat misleading). Instead, the drivers have to be statically linked. While
+this may seem overhead, it has two advantages:
+
+
+Extended memory drivers
+
+No extended memory drivers are currently available for the Atmos.
+
+
+Joystick drivers
+
+
+
+telemon 3.0 manages joysticks but it had been handled yet.
+
+
+
+
+Mouse drivers
+
+Telemon 3.0 manages also mouse, but it had been no handled yet in this version.
+
+RS232 device drivers