search for: hirom

Displaying 2 results from an estimated 2 matches for "hirom".

Did you mean: hiromi
2019 Jul 09
5
Having trouble getting started on writing a WDC 65816 backend
...it makes sense for an LLVM backend: <srnb> - How do I handle ROM banks? ( https://stackoverflow.com/questions/56925635/equivalent-of-org-in-llvm-ir ) <srnb> - Does it make sense to use `ENVIRONMENT` (where it's usually either `gnu` or `musl`) for the different ROM types? (`lorom`, `hirom`, `sa1`, etc) <srnb> - The assembler I want to target is one that's not very known outside of the Super Mario World RomHacking community. Who's job is it to assemble what LLVM outputs, and how? It got buried under join/leave messages and build alerts. I'm using CLion on Windows...
2019 Jul 12
0
Having trouble getting started on writing a WDC 65816 backend
...>> <srnb> - How do I handle ROM banks? ( >> https://stackoverflow.com/questions/56925635/equivalent-of-org-in-llvm-ir ) >> <srnb> - Does it make sense to use `ENVIRONMENT` (where it's usually either `gnu` or `musl`) for >> the different ROM types? (`lorom`, `hirom`, `sa1`, etc) > > I think it could be made to work, but the physical start address would > normally be handled by a linker. If you're trying to avoid a linker > entirely, many hacks are possible. I wouldn't mind a linker. The big five issues right now are: 1. Code and data ca...