prog8/codeGenCpu6502
Irmen de Jong fddd390d31 on the C64, if not using floats, disable basic ROM in startup to gain another 8Kb of RAM
MEMTOP is adjusted to $d000. This gives us 50 Kb of contiguous program RAM space. ($0801-$CFFF)
2024-11-04 22:11:44 +01:00
..
src/prog8/codegen/cpu6502 on the C64, if not using floats, disable basic ROM in startup to gain another 8Kb of RAM 2024-11-04 22:11:44 +01:00
test added memtop to machine definition and asm source code check 2024-11-02 00:59:07 +01:00
build.gradle improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
codeGenCpu6502.iml improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00