[HP4x] ROM Disassembly
|
03-03-2015, 01:19 PM
Post: #2
|
|||
|
|||
RE: [HP4x] ROM Disassembly
Here are some additional hints for the covered portion of the rom:
Code: .formats.gx This is for ROM R. I know for sure that at #82000h is the start of a library, and everything past that should be enough to disassemble the rest of covered ROM. So in between #80000h and #82000h should be some SASM code that handles ports, but I have not spent too much time looking into it. For those who want to tinker with sadhp, you'll need to adjust sad.c and remove the memory limit (change #7FFFFh to #FFFFFh) around line 609: Change: if(opt_startpt <= 0x7ffff) to if(opt_startpt <= 0xfffff) Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 6 Guest(s)