sverx
sverx
Thought I'm sure no additional symbol should ever hurt, I wouldn't suggest inferring what ROM bank is active from the value you read from any of those RAM locations, as...
It's a very curious use case you have. I wonder if you don't want instead to move the static data the other function needs into the other function's code bank...
Yes, I also believe SDCC doesn't support banked function pointers. I never tried it myself but I guess once you save a function address into a function pointer, there's no...
Let's give more power to the user. I don't know if anyone will never ever really need slot 0 paging for instance but if someone does need it, he can...
This is definitely a good idea. I would say good example source files are 20 to 50 lines of code but if some topic needs more lines of course it'll...
I wonder if it's worth having an additional folder under examples/ for the different systems, such as ``` examples/sms/ examples/gg/ examples/sg/ ``` or if we could just add -gg or...
What if we start simple with an example folder with examples in there and naming them with some suffix in case it's a system specific example and no suffix if...
I don't know if there's a lot of demand - I would use that surely, as I'm going to try my teeth at 68000 asm coding for the MegaDrive...
This seems a good document about the 68k assembly http://wpage.unina.it/rcanonic/didattica/ce1/docs/68000.pdf but unfortunately it doesn't show the instruction encoding. This one instead has also the encoding https://web.njit.edu/~rosensta/classes/architecture/252software/code.pdf
Also, but this is just my opinion, I would not rush this. This is something that can be done while you're releasing v10.3, then v10.4, and just release it (as...