ProjectABE icon indicating copy to clipboard operation
ProjectABE copied to clipboard

Inlined memory access appears in disassembly

Open felipemanga opened this issue 6 years ago • 2 comments

felipemanga avatar Jan 27 '18 19:01 felipemanga

Would it be a good idea to just use the contents of disassembly.s if it's available? It seems to be able to interpret things correctly and has a pretty neat display with regards to names. (Is it an actual disassembly, or something generated by say, gcc -S?)

Artoria2e5 avatar Feb 03 '18 02:02 Artoria2e5

For now, the reason for having both is it's useful for detecting bugs in the emulator. The idea is that the formatting will be refined with time to look more like the other. And yes, disassembly.s is an actual objdump disassembly of the ELF file that's generated in the build process.

felipemanga avatar Feb 03 '18 03:02 felipemanga