« Last post by markr87 on March 17, 2025, 05:37:58 pm »
My first attempt to contact RCS was December 1st of 2024. They finally responded on the evening of February 28th asking to verify my shipping address. I responded the following day. I have heard nothing since. I have been longing for the next iteration of Power goodness from this company, but if this is how they treat their paying customers I think I am going to pass.
« Last post by ClassicHasClass on March 16, 2025, 12:26:20 am »
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.
« Last post by tle on March 15, 2025, 11:12:34 pm »
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