The Oric SDK is a complete cross-development system allowing the creation of software for the Oric range of computers.
The official project home page is https://www.osdk.org and contains the official binary releases, documentation, and articles about how to use the system.
This OSDN.NET project is specifically for the hosting of the Subversion repository used to develop and update the software.
The SDK provide the following components:
Components to build programs:
* C compiler
* 6502 assembler
* Linker
* Libraries
* Sample code
Utility software:
* Image and audio conversion
* File compression
* Tape and Disk generation
and finally comes with emulators and debuggers to test the projects
Minor upgrade of the OSDK designed to make it possible to rebuild the old "Pinforic" project with the OSDK (mostly motivated by the difficulty of getting "Tristam Island" to be released on the Oric!)
Pinforic is an Infocom "Z-Machine" interpreter implementation for the Oric computers.
- Added INCW_Z and DECW_Z to the C Compiler macros file - A new environment variable, OSDKLIB, can be added to point to a custom library folder (used to compile pinforic which comes with its own lib16 library) - Linux makefiles for the samples are now present in the folders (but don't ask me if they work, ask Jylam or mmu_man)