fix address check issue when using custom launcher

This commit is contained in:
Irmen de Jong
2025-01-31 00:17:31 +01:00
parent ec0cfb4b3f
commit 2b7947f9b0
14 changed files with 22 additions and 17 deletions
@@ -87,7 +87,7 @@ internal class ProgramAndVarsGen(
}
}
if(options.compTarget.customLauncher?.isNotEmpty()==true) {
if(options.compTarget.customLauncher.isNotEmpty()) {
asmgen.out("; ---- custom launcher assembler program ----")
asmgen.out("* = ${options.loadAddress.toHex()}")
asmgen.out("prog8_program_start\t; start of program label")