Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

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

Open
gusmanb opened this issue Nov 9, 2020 · 2 comments

Comments

@gusmanb
Copy link
Collaborator

gusmanb commented Nov 9, 2020

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!

@Dotneteer
Copy link
Owner

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

@gusmanb
Copy link
Collaborator Author

gusmanb commented Jan 23, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants