Go to file
Stephen Heumann ed3035cb99 Fix bug in code for varargs functions with multiple fixed parameters.
This was broken by the varargs changes in commit a20d69a211. The code was not accounting for the internal representation of the parameters being in reverse order, so it was basing address calculations on the first fixed parameter rather than the last one, resulting in the wrong number of bytes being removed from the stack (generally causing a crash).

This affected the c99stdio.c test case, and is now also covered in c99stdarg.c.
2022-01-01 22:42:42 -06:00
obj
ORCACDefs Add headers and docs for additional functions. 2021-12-24 15:57:29 -06:00
Tests Fix bug in code for varargs functions with multiple fixed parameters. 2022-01-01 22:42:42 -06:00
Asm.pas
backup
C.Update.ReadMe Update installation instructions. 2021-02-27 19:09:21 -06:00
cc.notes Add headers and docs for additional functions. 2021-12-24 15:57:29 -06:00
CC.pas
CC.rez Update displayed version number to mark this as a development version. 2021-09-15 18:34:27 -05:00
CC.rez2
CCommon.asm
CCommon.macros
CCommon.pas Allow string constants with up to 32760 bytes. 2021-10-24 21:43:43 -05:00
CGC.asm Add a new optimize flag for FP math optimizations that break IEEE rules. 2021-11-29 20:31:15 -06:00
CGC.macros Process floating-point values within the compiler using the extended type. 2021-03-04 23:58:08 -06:00
CGC.pas Add a new optimize flag for FP math optimizations that break IEEE rules. 2021-11-29 20:31:15 -06:00
CGI.Comments Document proper order of arguments for generating pc_cup. 2021-10-21 18:47:39 -05:00
CGI.Debug Recognize byte swapping and generate an xba instruction for it. 2021-03-05 22:00:13 -06:00
CGI.pas Add a new optimize flag for FP math optimizations that break IEEE rules. 2021-11-29 20:31:15 -06:00
Charset.pas Support UTF-8/16/32 string literals and character constants (C11). 2021-10-11 20:54:37 -05:00
count
DAG2.pas
DAG.pas Add a new optimize flag for FP math optimizations that break IEEE rules. 2021-11-29 20:31:15 -06:00
Debugger.md
Exp.macros Evaluate arithmetic and shifts in long long constant expressions. 2021-02-14 20:39:35 -06:00
Expression.asm Evaluate 64-bit comparisons in constant expressions. 2021-02-16 23:11:41 -06:00
Expression.pas Support UTF-8/16/32 string literals and character constants (C11). 2021-10-11 20:54:37 -05:00
Gen.pas Add ability to force stack repair and checking off for certain calls. 2021-10-19 22:10:04 -05:00
Header2.pas
Header.pas Add a new optimize flag for FP math optimizations that break IEEE rules. 2021-11-29 20:31:15 -06:00
LICENSE
linkit
linkit2
make
make2
MM.asm
MM.macros
MM.pas Support allocations up to 32767 bytes in the pool-based allocator. 2021-10-11 22:22:49 -05:00
Native2.pas
Native.asm
Native.macros
Native.pas Make floating-point casts reduce the range and precision of numbers. 2021-03-06 22:28:39 -06:00
ObjOut2.asm
ObjOut2.pas
ObjOut.asm
ObjOut.macros
ObjOut.pas
Parser.pas Fix bug in initialization of auto arrays of strings. 2021-12-27 08:22:19 -06:00
Printf.pas
README.md
Scanner.asm Support hexadecimal floating-point constants. 2021-10-17 18:19:29 -05:00
Scanner.debug
Scanner.macros Support 64-bit decimal constants in code. 2021-02-15 12:28:30 -06:00
Scanner.pas Add a new optimize flag for FP math optimizations that break IEEE rules. 2021-11-29 20:31:15 -06:00
settypes
smake
Symbol.asm
Symbol.macros
Symbol.pas Fix bug in code for varargs functions with multiple fixed parameters. 2022-01-01 22:42:42 -06:00
Symbol.Print Record volatile and restrict qualifiers in types. 2021-08-30 18:19:58 -05:00
Table.asm Support UTF-8/16/32 string literals and character constants (C11). 2021-10-11 20:54:37 -05:00
Table.macros
Table.pas

ORCA-C

Apple IIGS ORCA/C Compiler, an ANSI C compiler for the 65816 with libraries for the Apple IIGS

Binary downloads for the latest ORCA/C release are on the releases page.

If you would like to make changes to this compiler and distribute them to others, feel free to submit them here. If the changes apply to compilation on and for an Apple IIGS, they will generally be approved for distribution on the master branch unless the changes deviate significantly from the ANSI C standard. For changes that deviate form ANSI C or changes that retarget the compiler to run on a different platform or generate code for a different platform, the project will either be forked or a new repository will be created, as appropriate.

The general conditions that must be met before a change is released on master are:

  1. The modified compiler must compile under the currently released version of ORCA/M and ORCA/Pascal.

  2. All samples from the original ORCA/C distribution must compile and execute under the modified compiler, or the sample must be updated, too.

  3. The compiler must pass the ORCA/C tset suite, or the test suite must be suitably modified, too.

  4. The compiler must work with the current ORCA/C libraries, or the libraries must be modified, too.

Contact support@byteworks.us if you need contributor access.

A complete distribution of the ORCA languages, including installers and documentation, is available from the Juiced GS store at https://juiced.gs/store/category/software/. It is distributed as part of the Opus ][ package.

Line Endings and File Types

The text and source files in this repository originally used CR line endings, as usual for Apple II text files, but they have been converted to use LF line endings because that is the format expected by Git. If you wish to move them to a real or emulated Apple II and build them there, you will need to convert them back to CR line endings.

If you wish, you can configure Git to perform line ending conversions as files are checked in and out of the Git repository. With this configuration, the files in your local working copy will contain CR line endings suitable for use on an Apple II. To set this up, perform the following steps in your local copy of the Git repository (these should be done when your working copy has no uncommitted changes):

  1. Add the following lines at the end of the .git/config file:
[filter "crtext"]
	clean = LC_CTYPE=C tr \\\\r \\\\n
	smudge = LC_CTYPE=C tr \\\\n \\\\r
  1. Add the following line to the .git/info/attributes file, creating it if necessary:
* filter=crtext
  1. Run the following commands to convert the existing files in your working copy:
rm .git/index
git checkout HEAD -- .

Alternatively, you can keep the LF line endings in your working copy of the Git repository, but convert them when you copy the files to an Apple II. There are various tools to do this. One option is udl, which is available both as a IIGS shell utility and as C code that can be built and used on modern systems.

In addition to converting the line endings, you will also have to set the files to the appropriate file types before building ORCA/C on a IIGS. The included settypes script (for use under the ORCA shell) does this for the sources to the ORCA/C compiler itself, although it does not currently cover the test cases and headers.