spectnetide icon indicating copy to clipboard operation
spectnetide copied to clipboard

Multiple org's on asm + merge code blocks + create autostart create incorrect loader

Open gusmanb opened this issue 4 years ago • 2 comments

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 avatar Nov 09 '20 20:11 gusmanb

@gusmanb, please, upload the file to reproduce the issue!

Dotneteer avatar Dec 15 '20 12:12 Dotneteer

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.

Program.zxbas.zip

gusmanb avatar Jan 23 '21 00:01 gusmanb