high level programming language and compiler targeting 6502 machines such as the C-64 and CommanderX16
Go to file
2017-12-22 01:37:40 +01:00
il65 various fixes 2017-12-22 01:37:40 +01:00
lib initial 2017-12-21 14:52:30 +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 various fixes 2017-12-22 01:37:40 +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 various fixes 2017-12-22 01:37:40 +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.