search for: lorom

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

Did you mean: orom
2019 Jul 09
5
Having trouble getting started on writing a WDC 65816 backend
...ioning if 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...
2019 Jul 12
0
Having trouble getting started on writing a WDC 65816 backend
...NES ROM? >> <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 an...