Bazz

Results 71 comments of Bazz

Gotcha.. So now I'm just wondering if implementing your slot idea the best step forward? Or, is the architecture of WLA-DX at fault here? In other words, is it bad...

> We could make it so that all labels are 16bit by default, in cases like this, and pending computations 8bit by default, but that might confuse the users even...

I wonder if it would work if I didn't put that data into a .SECTION, but I assume the use of .BANK will restrict the data to only fitting in...

I just realized a potential work-around -- but only for the "DATABANK" idea [wouldn't work for code-bank]. Just make some ROMBANKS in the ROMBANKMAP [this is what I use anyways]...

Hm, I just realized tho, in this case, `:label` won't work properly to get the correct data bank.. hmm... In the context of my current project (huc6280) I think I...

I must also mask the bank(page) from the 16-bit address by doing and #$1f on the high byte of the label address.. This is to make an address like $2014...

here is some example code taken from my engine to provide proof-of-concept. You can't compile it, but I assure you it works and this demonstrates the core concepts with specific...

once again I did a lot of editing, so if you're reading email you'll want to see the website.

I agree that this is the same problem as #36. It is also apparent that any solution will require per-system details. Of course, we may also be able to segment...

I just made some major edits to the previous post, so please check it on Github and not your (old version) email. Thanks P.S. This was an unplanned thing, I...