mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
clean-up
This commit is contained in:
@@ -4,13 +4,14 @@
|
|||||||
|
|
||||||
<title>Oric Telestrat-specific information for cc65
|
<title>Oric Telestrat-specific information for cc65
|
||||||
<author>
|
<author>
|
||||||
<url url="mailto:jede@oric.org" name="Jede">,<newline>
|
<url url="mailto:jede@oric.org" name="Jede">
|
||||||
|
|
||||||
<date>2017-01-22
|
<date>2017-01-22
|
||||||
|
|
||||||
<abstract>
|
<abstract>
|
||||||
An overview over the Telestrat (Telemon 3.0 : http://orix.oric.org) runtime system as it is implemented for the cc65 C
|
An overview over the Telestrat (<url name="Telemon 3.0"
|
||||||
compiler.)
|
url="http://orix.oric.org">) runtime system as it is implemented for the
|
||||||
|
cc65 C compiler.
|
||||||
</abstract>
|
</abstract>
|
||||||
|
|
||||||
<!-- Table of contents -->
|
<!-- Table of contents -->
|
||||||
@@ -32,8 +33,9 @@ information.
|
|||||||
|
|
||||||
<sect>Binary format<p>
|
<sect>Binary format<p>
|
||||||
|
|
||||||
The standard binary output format generated the linker for the Telestrat target
|
The standard binary output format generated the linker for the Telestrat
|
||||||
is a machine language program with a 20 bytes header described here : http://orix.oric.org/doku.php?id=orix:header
|
target is a machine language program with a 20 bytes header described <url
|
||||||
|
name="here" url="http://orix.oric.org/doku.php?id=orix:header">
|
||||||
|
|
||||||
This header is used for Telemon 3.0.
|
This header is used for Telemon 3.0.
|
||||||
|
|
||||||
@@ -46,11 +48,13 @@ 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:
|
The only way to load a binary (for Telemon 2.4) is to:
|
||||||
<itemize>
|
<itemize>
|
||||||
<item>remove the 20 bytes header
|
<item>remove the 20 bytes header
|
||||||
<item>download osdk : http://osdk.defence-force.org/index?page=download
|
<item>download <url name="osdk" url="http://osdk.defence-force.org/index?page=download">
|
||||||
<item>use Floppybuilder in OSDK to insert the binary with the tool (please read FloppyBuilder manual to insert your binary, and to start microdisc boot sector when Telestrat starts)
|
<item>use Floppybuilder in OSDK to insert the binary with the tool (please read FloppyBuilder manual to insert your binary, and to start microdisc boot sector when Telestrat starts)
|
||||||
</itemize>
|
</itemize>
|
||||||
|
|
||||||
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.
|
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.
|
If you know the Stratsed disk format, please contact the author of this doc.
|
||||||
|
|
||||||
@@ -147,8 +151,12 @@ Telestrat has a RS232 port, but it's not used
|
|||||||
|
|
||||||
<sect1>Disk I/O<p>
|
<sect1>Disk I/O<p>
|
||||||
|
|
||||||
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.
|
Telemon 3.0 handles fopen, fread, fclose primitives. It means that this
|
||||||
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).
|
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).
|
||||||
|
|
||||||
<itemize>
|
<itemize>
|
||||||
<item>fclose
|
<item>fclose
|
||||||
|
Reference in New Issue
Block a user