prog8/codeGenVirtual
Irmen de Jong 2d34fdd28f in a block marked option force_output, make all subroutines in asm use .block rather than .proc
this fixes some obscure assembly issues where subroutines were omitted from the output program by 64tass
2022-08-10 21:28:40 +02:00
..
src/prog8/codegen/virtual in a block marked option force_output, make all subroutines in asm use .block rather than .proc 2022-08-10 21:28:40 +02:00
test vm instructions now contain info on input/output registers 2022-08-07 18:49:16 +02:00
build.gradle move the vm unit tests to codeGenVirtual module and remove virtualmachine dependency in the compiler module 2022-07-17 12:56:22 +02:00
codeGenVirtual.iml move the vm unit tests to codeGenVirtual module and remove virtualmachine dependency in the compiler module 2022-07-17 12:56:22 +02:00