prog8/compiler/test/codegeneration
Irmen de Jong f470576822 it's now possible to use symbols that are the same name as 6502 instructions
because these are now prefixed internally before generating assembly.
2022-11-30 18:39:56 +01:00
..
TestArrayInplaceAssign.kt fix "fpReg1 out of bounds" crash for vm target for in-place float array assignment. #85 2022-10-29 17:04:39 +02:00
TestAsmGenSymbols.kt it's now possible to use symbols that are the same name as 6502 instructions 2022-11-30 18:39:56 +01:00
TestVariables.kt fixed compiler crash: unsigned = (-(unsigned as word) as uword) 2022-11-27 17:25:47 +01:00