fix generated labels prefix and filtering in the vice symbol dump file

This commit is contained in:
Irmen de Jong
2024-11-10 15:11:14 +01:00
parent 25d2b42283
commit 84f5ffa426
11 changed files with 42 additions and 45 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class TestCodegen: FunSpec({
// xx += cx16.r0
// }
//}
val codegen = AsmGen6502(prefixSymbols = false)
val codegen = AsmGen6502(prefixSymbols = false, 0)
val program = PtProgram("test", DummyMemsizer, DummyStringEncoder)
val block = PtBlock("main",false, SourceCode.Generated("test"), PtBlock.Options(), Position.DUMMY)
val sub = PtSub("start", emptyList(), null, Position.DUMMY)