8bitworkshop icon indicating copy to clipboard operation
8bitworkshop copied to clipboard

Apple ][+ Language Card Memory?

Open seanwiththebeard opened this issue 8 months ago • 2 comments

I apologize if this is by design, but the default CC65 configs have space for an LC segment using some of the top 12K of the address space which doesn't seem to be currently accessible in the 8bitworkshop IDE. Is it possible to use the memory that would usually be in the language card? When I use the #pragma code-name (push, "LC") macro to move a section of code into that segment (and end the section with #pragma code-name (pop)), it shows my function names in the memory viewer at those locations but the actual bytes are zeroed out. It behaves as expected when I compile my code in CC65 locally and test in AppleWin so I'm maybe this is a web emulator limitation?

seanwiththebeard avatar Jun 05 '24 03:06 seanwiththebeard