mirror of
https://github.com/irmen/prog8.git
synced 2026-04-19 04:17:08 +00:00
fix address check issue when using custom launcher
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user