felipemanga/ProjectABE

Inlined memory access appears in disassembly

felipemanga opened this issue · 2 comments

Inlined memory access appears in disassembly

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?)

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.