high level programming language and compiler targeting 6502 machines such as the C-64 and CommanderX16
Go to file
2017-12-25 14:04:37 +01:00
il65 optimization for subs 2017-12-25 14:04:37 +01:00
lib subroutines and assignment changes 2017-12-25 01:22:54 +01:00
tests parsing now uses preprocessed symbol table and no longer fixes placeholders in the second parse phase 2017-12-21 22:16:46 +01:00
testsource float assign improvements 2017-12-25 12:58:52 +01:00
.gitignore initial 2017-12-21 14:52:30 +01:00
LICENSE Initial commit 2017-12-21 14:42:50 +01:00
mypy.ini initial 2017-12-21 14:52:30 +01:00
README.md initial 2017-12-21 14:52:30 +01:00
reference.txt float assign improvements 2017-12-25 12:58:52 +01:00
setup.cfg initial 2017-12-21 14:52:30 +01:00

IL65 - codename 'Sick'

Intermediate Language for the 8-bit 6502/6510 microprocessors. Mainly targeted at the Commodore-64, but should be system independent.

Work in progress.