Marcel Hellwig
Marcel Hellwig
> did you find any workaround in the meantime to catch from the tb code Unfortunately no. IIRC I used TywavesSimulator
hey @ISSOtm what an awesome PR. One thing that bugged me a lot in ariadne is trailing whitespace in the output. Your PR seemed to made it "worse" (not as...
Åh okay, it looked worse, sorry 🙈 Yes and no: I'm running ui tests on my program and often there's trailing white space that vscode likes to remove on every...
Oh, and `datasize` is not documented anywhere 🙈
Same behavoir for me. As a workaround I do this: ```asm !PREVIOUS_PC #= pc() spcblock $400 nspc incsrc "spc/default.spc700.asm" endspcblock execute spc_entry base !PREVIOUS_PC+pc()-$400+4 ; $400 is the entry of...
Variadic functions are currently not possible, eh? If so, we could introduce a `concat` function. Can the parser be relaxed or somewhat modified to allow such syntax? I'm not familiar...