spectnetide
spectnetide copied to clipboard
Multiple org's on asm + merge code blocks + create autostart create incorrect loader
I have been playing a bit with org's in boriel basic in order to place data arrays at lower memory, that compiles into an ASM that has three orgs, one at 32768, other at 24576 and a final one at 32790.
When I export this as a tape it creates a loader with three LOAD "" CODE instructions instead of one but as I have selected "merge code blocks into one" it fails to be loaded.
If you need it I can upload the ASM file that causes this to happen.
Cheers!
@gusmanb, please, upload the file to reproduce the issue!
This is a big file (its a full game :D) I will try to create a more compact example if you need it.
To cause the problem leave the export options with the merge code blocks enabled, it will try to load three code segments.