Software > Operating Systems and Porting
[DEV] Any interactive REPL tooling for OpenPOWER assembly
(1/1)
tle:
I am learning PowerPC assembly by playing around with assembly inlined in C code. Wondering is there any interactive tool that shows the full list of registers and other useful information for assembly language? Many thanks in advance
ClassicHasClass:
This is going to sound like a flippant response and it really isn't, but pretty much any debugger would do (I use gdb but lldb should handle it also). You could throw an __asm__("trap\n") in your code and you'll drop into the debugger at that point, from which you can single step and look at the registers as you go along.
atomicdog:
Compiler explorer is a cool tool, not sure if it has the features you're looking for though.
Navigation
[0] Message Index
Go to full version