Optimizing Small memory C Compiler Assembler and Runtime for C64
Go to file
drmortalwombat 4fce263228 Optimize hires line draw 2024-12-15 16:34:53 +01:00
autotest Add float long conversion 2024-09-19 09:49:16 +02:00
include Optimize hires line draw 2024-12-15 16:34:53 +01:00
make Fix linux make dependencies 2024-09-26 17:56:55 +02:00
oscar64 Optimize hires line draw 2024-12-15 16:34:53 +01:00
oscar64setup Bump version number 2024-12-07 13:08:37 +01:00
samples Optimize hires line draw 2024-12-15 16:34:53 +01: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 Add "-strict" command line option, to loosen C syntax and allow default arguments when not set 2024-12-03 09:03:43 +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