You are not logged in.
Pages: 1
This is a Profiling version of VisualBoyAdvance that I use.
For ARM instructions only, thumb is not supported.
Remember to Save the Profile Data before you're done.
It outputs a simple binary file indicating how many times that memory address has executed. These are 32-bit ints that increment every time it executes it.
First 32K is IWRAM, next 256k is EWRAM, next 32MB is ROM area.
Last edited by Dwedit (2011-07-22 10:21:39 am)
"We are merely sprites that dance at the beck and call of our button pressing overlord."
Offline
To disassemble a .GBA ROM run this:
arm-eabi-objdump.exe -D -b binary FILENAME.GBA --architecture=arm
But it's probably better to make a disassembly from the .elf file instead.
To see Profiler Data with the source code, run profiler_merge.
Last edited by Dwedit (2011-07-22 10:29:04 am)
"We are merely sprites that dance at the beck and call of our button pressing overlord."
Offline
Pages: 1