prog8/codeGenIntermediate
Irmen de Jong 0d4dd385b8 added '%ir' to write inline IR code, '%asm' is now only for real 6502 assembly.
(%ir is probably only used in the library modules for the virtual machine target)
2022-09-30 15:12:26 +02:00
..
src/prog8/codegen/intermediate added '%ir' to write inline IR code, '%asm' is now only for real 6502 assembly. 2022-09-30 15:12:26 +02:00
test ir: consolidate IRCodeInstruction and Instruction 2022-09-26 19:46:44 +02:00
build.gradle IR no longer depends on VM syscalls but has its own syscall list for the few builtin functions that still require it 2022-09-23 14:27:51 +02:00
codeGenIntermediate.iml IR no longer depends on VM syscalls but has its own syscall list for the few builtin functions that still require it 2022-09-23 14:27:51 +02:00