Optimizing Small memory C Compiler Assembler and Runtime for C64
Go to file
drmortalwombat cee2801847 Fixed negative offset leas 2024-11-03 15:36:53 +01:00
autotest Add float long conversion 2024-09-19 09:49:16 +02:00
include Fix drop of reading from volatile with discarding result 2024-11-01 20:32:54 +01:00
make Fix linux make dependencies 2024-09-26 17:56:55 +02:00
oscar64 Fixed negative offset leas 2024-11-03 15:36:53 +01:00
oscar64setup Bump version number 2024-10-05 21:57:23 +02:00
samples Add template based bank switch proxy code 2024-10-02 20:10:47 +02:00
.gitattributes Initial commit 2021-09-06 18:34:52 +02:00
.gitignore Add interleave option for sectors in disk image 2024-06-05 22:21:21 +02:00
LICENSE Initial commit 2021-09-06 18:34:52 +02:00
README.md Update README.md 2024-11-02 11:45:31 +01:00
makezip.bat Move zero page shift up to previous store 2024-08-01 22:19:16 +02:00
oscar64.md Split readme and reference 2024-11-02 11:36:30 +01:00
oscar64.sln Added installer project 2021-09-06 18:44:57 +02:00

oscar64

Oscar64 is a C/C++ cross compiler running on a modern system (such as a Windows PC, Mac or Linux machine) and targets the classic 6502 family of processors. It is mainly focused on Commodore systems such as the C64, PET or VIC20. The compiler supports C99 and many C++ features up to variadic templates and lambda functions.

The purpose of this compiler is to eliminate the need to write 6502 assembler code to achieve high code density and fast execution speed. It continues to improve with all the games, demos and tools written by it. It supports disk overlays and banked cartridges for larger projects.

The C64 executes 418 dhrystone V2.2 iteration per second, when compiled with Oscar64 and -O3 (which shows that the ancient dhrystone benchmark is no match to an optimizing compiler).

Full reference manual Additional samples and tutorials

References

This is a list of the games written with Oscar64, have a look if you are not convinced that fast paced action games can be written in C/C++ on a C64 (they are all free).

Ball and Chain

Balls like a Frog

cores4 Corescape

MetalMayhem

Mineshaft Gap

Minotrace

Missile Defence

cl1b Portal Buster

Roguebot

Shallow Domains

Veggies vs Undead