]> git.sur5r.net Git - cc65/blob - doc/atmos.sgml
Made some descriptions less ambiguous.
[cc65] / doc / atmos.sgml
1 <!doctype linuxdoc system>
2
3 <article>
4
5 <title>Oric Atmos-specific information for cc65
6 <author>
7 <url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline>
8 <url url="mailto:polluks@sdf.lonestar.org" name="Stefan A. Haubenthal">,<newline>
9 <url url="mailto:greg.king5@verizon.net" name="Greg King">
10 <date>2014-12-03
11
12 <abstract>
13 An overview over the Atmos runtime system as it is implemented for the cc65 C
14 compiler.
15 </abstract>
16
17 <!-- Table of contents -->
18 <toc>
19
20 <!-- Begin the document -->
21
22 <sect>Overview<p>
23
24 This file contains an overview of the Atmos runtime system as it comes with the
25 cc65 C compiler. It describes the memory layout, Atmos-specific header files,
26 available drivers, and any pitfalls specific to that platform.
27
28 Please note that Atmos-specific functions are just mentioned here, they are
29 described in detail in the separate <url url="funcref.html" name="function
30 reference">. Even functions marked as "platform dependent" may be available on
31 more than one platform. Please see the function reference for more
32 information.
33
34
35
36 <sect>Binary format<p>
37
38 The standard binary output format generated by the linker for the Atmos target
39 is a machine language program with a one-line BASIC stub that jumps to the
40 machine-language part through <tt/CALL/.  It has a 24-byte tape header.
41 It means that a file can be loaded as a BASIC program, and started with RUN.
42 The standard load address is &dollar;501.
43
44
45
46 <sect>Memory layout<p>
47
48 In the standard setup, cc65-generated programs use the memory from
49 &dollar;0501 to &dollar;9800; so, nearly 37K of memory (including the stack) is
50 available. ROM calls are possible without further precautions.
51
52 If your program needs more memory, and it won't use TGI graphics, then you can
53 use the ld65 command-line option, <tt/-D __RAMEND__=$B400/, when building the
54 program, to "grab" the graphics screen RAM.  Then, nearly 44K of memory is
55 available.
56
57 Special locations:
58
59 <descrip>
60   <tag/Stack/
61   The C runtime stack is located at &dollar;97FF (or &dollar;B3FF), and grows
62   downwards.
63
64   <tag/Heap/
65   The C heap is located at the end of the program, and grows towards the C
66   runtime stack.
67
68 </descrip><p>
69
70
71
72 <sect>Platform-specific header files<p>
73
74 Programs containing Atmos-specific code may use the <tt/atmos.h/ header file.
75
76
77 <sect1>Atmos-specific functions<p>
78
79 The functions listed below are special for the Atmos. See the <url
80 url="funcref.html" name="function reference"> for declaration and usage.
81
82 <itemize>
83 <item>atmos_load
84 <item>atmos_save
85 <item>atmos_explode
86 <item>atmos_ping
87 <item>atmos_shoot
88 <item>atmos_tick
89 <item>atmos_tock
90 <item>atmos_zap
91 </itemize>
92
93
94 <sect1>Hardware access<p>
95
96 The following pseudo variables declared in the <tt/atmos.h/ header file do allow
97 access to hardware located in the address space. Some variables are
98 structures; accessing the struct fields will access the chip registers.
99
100 <descrip>
101
102   <tag><tt/VIA/</tag>
103   Access to the VIA (versatile interface adapter) chip is available via the
104   <tt/VIA/ variable. The structure behind this variable is explained in <tt/_6522.h/.
105
106 </descrip><p>
107
108
109
110 <sect>Loadable drivers<p>
111
112 <em>Note:</em> Since the Atmos doesn't have working disk I/O
113 (see <ref id="limitations" name="section &quot;Limitations&quot;">), the
114 available drivers cannot be loaded at runtime (so the term "loadable drivers"
115 is somewhat misleading). Instead, the drivers have to be statically linked. While
116 this may seem overhead, it has two advantages:
117
118 <enum>
119 <item>The interface is identical to the one used for other platforms
120       and to the one for the Atmos once it has disk I/O.
121 <item>Once disk I/O is available, existing code can be changed to load drivers
122       at runtime with almost no effort.
123 </enum>
124
125 The names in the parentheses denote the symbols to be used for static linking of the drivers.
126
127
128 <sect1>Graphics drivers<p>
129
130 The default drivers, <tt/tgi_stddrv (tgi_static_stddrv)/,
131 point to <tt/atmos-240-200-2.tgi (atmos_240_200_2_tgi)/.
132
133 <descrip>
134
135   <tag><tt/atmos-228-200-3.tgi (atmos_228_200_3_tgi)/</tag>
136   This driver was written by Greg King and Stefan Haubenthal.
137   It features a resolution of 228&times;200 with a palette of two colors that
138   can be chosen from the Atmos's eight colors.  The driver supports a third
139   palette-"color" that actually "flips" the pixel (it becomes the other color)
140   that is on the screen under the graphics cursor.
141
142   <tag><tt/atmos-240-200-2.tgi (atmos_240_200_2_tgi)/</tag>
143   This driver was written by Stefan Haubenthal and Greg King.
144   It features a resolution of 240&times;200 with black and white colors.
145   It is the default graphics driver for the Atmos.
146
147 </descrip><p>
148
149
150 <sect1>Extended memory drivers<p>
151
152 No extended memory drivers are currently available for the Atmos.
153
154
155 <sect1>Joystick drivers<p>
156
157 <descrip>
158
159   <tag><tt/atmos-pase.joy (atmos_pase_joy)/</tag>
160   Supports two standard joysticks connected to the P.A.S.E. interface of the Atmos.
161
162 </descrip><p>
163
164
165 <sect1>Mouse drivers<p>
166
167 No mouse drivers are currently available for the Atmos.
168
169
170 <sect1>RS232 device drivers<p>
171
172 <descrip>
173
174   <tag><tt/atmos-acia.ser (atmos_acia_ser)/</tag>
175   Driver for the Telestrat integrated serial controller and the Atmos with a
176   serial add-on.
177   Note that, because of the peculiarities of the 6551 chip, together with the
178   use of the NMI, transmits are not interrupt driven; and, the transceiver
179   blocks if the receiver asserts flow control because of a full buffer.
180
181 </descrip><p>
182
183
184
185 <sect>Limitations<label id="limitations"><p>
186
187 <sect1>Disk I/O<p>
188
189 The existing library for the Atmos doesn't implement C file I/O. There are
190 hacks for the <tt/read()/ and <tt/write()/ routines in place, which will make
191 functions work that read from <tt/stdin/ and write to <tt/stdout/ and
192 <tt/stderr/ (such as <tt/printf()/). However, those functions have some
193 shortcomings which won't be fixed, because they're going to be replaced
194 anyway.
195
196 To be more concrete, that limitation means that you cannot use any of the
197 following functions (and a few others):
198
199 <itemize>
200 <item>fclose
201 <item>fopen
202 <item>fread
203 <item>fprintf
204 <item>fputc
205 <item>fscanf
206 <item>fwrite
207 <item>...
208 </itemize>
209
210
211
212 <sect>Other hints<p>
213
214
215 <sect1>Function keys<p>
216
217 They are defined to be FUNCT + a number key.
218
219
220 <sect1>Capitals Lock<p>
221
222 The keyboard's "CAPS Lock" mode is turned off while the program is running.
223 The previous mode (usually, CAPS Lock turned on [because Oric BASIC keywords
224 must be UPPER-case]) is restored when the program stops.
225
226
227 <sect1>Passing arguments to the program<p>
228
229 Command-line arguments can be passed to <tt/main()/. Since that is not
230 supported directly by BASIC, the following syntax was chosen:
231
232 <tscreen><verb>
233     RUN:REM arg1 " ARG2 IS QUOTED" ARG3 "" ARG5
234 </verb></tscreen>
235
236 <enum>
237 <item>You must turn <tt/CAPS/ lock off (tap CTRL-T) when you want to type
238       lower-case arguments (but, <tt/RUN/ and <tt/REM/ must be UPPER-case).
239 <item>Arguments are separated by spaces.
240 <item>Arguments may be quoted.
241 <item>Leading and trailing spaces around an argument are ignored. Spaces within
242       a quoted argument are allowed.
243 <item>The first argument passed to <tt/main()/ is the program name.
244 <item>A maximum number of 10 arguments (including the program name) are
245       supported.
246 </enum>
247
248
249 <sect1>Interrupts<p>
250
251 The runtime for the Atmos uses routines marked as <tt/.INTERRUPTOR/ for
252 interrupt handlers. Such routines must be written as simple machine language
253 subroutines and will be called automatically by the interrupt handler code
254 when they are linked into a program. See the discussion of the <tt/.CONDES/
255 feature in the <url url="ca65.html" name="assembler manual">.
256
257
258
259 <sect>License<p>
260
261 This software is provided 'as-is', without any expressed or implied
262 warranty.  In no event will the authors be held liable for any damages
263 arising from the use of this software.
264
265 Permission is granted to anyone to use this software for any purpose,
266 including commercial applications, and to alter it and redistribute it
267 freely, subject to the following restrictions:
268
269 <enum>
270 <item>  The origin of this software must not be misrepresented; you must not
271         claim that you wrote the original software. If you use this software
272         in a product, an acknowledgment in the product documentation would be
273         appreciated but is not required.
274 <item>  Altered source versions must be plainly marked as such, and must not
275         be misrepresented as being the original software.
276 <item>  This notice may not be removed or altered from any source
277         distribution.
278 </enum>
279
280 </article>