+
+This file contains an overview of the Ohio Scientific runtime system as it comes with the
+cc65 C compiler. It describes the memory layout, Ohio Scientific-specific header files,
+and any pitfalls specific to that platform.
+
+Please note that Ohio Scientific-specific functions are just mentioned here, they are
+described in detail in the separate
+
+Currently the target "osic1p" is implemented. This works for the Ohio Scientific
+Challenger 1P machine.
+
+
+
+The standard binary output format generated by the linker for the osic1p target
+is a machine language program.
+
+For uploading into a real machine over the serial port or into an emulator a
+program must be converted to a text file that is understood by the 65V PROM
+monitor. For this purpose the srec_cat program from the
+
+
+By default programs compiled for the osic1p target are configured for 32 kB RAM.
+The RAM size can be configured via the symbol __HIMEM__.
+
+Special locations:
+
+
+
+Example for building a program with start address $0300, stack size
+$0200 and RAM size $0200:
+
+
+
+Programs containing PET-specific code may use the PET-specific functions
+
+There are currently no special Ohio Scientific functions.
+
+
+
+There is no specific support for direct hardware access.
+
+
+
+There are no loadable drivers available.
+
+
+
+
+
+The conio implementation is complete except for the kbhit() function. A
+call to cgetc() always blocks until a character is entered.
+
+
+
+There is no support for stdio at the moment.
+
+
+
+
+
+There is currently no support for passing arguments to a program.
+
+
+
+The program return code currently has no effect. When the main() function
+finishes, the boot prompt is shown again.
+
+
+
+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:
+
+