raddebugger
raddebugger copied to clipboard
[Feature request] - Nicer view for the RFLAGS register
Currently, the RFLAGS register is displayed like any other register, it would be nice if the debugger could also display the specific flags (CF, ZF, etc.) to make them easy to check (unless there is already a way to do this that I am not aware of).
I wonder if we show ZF SF CF OF PF as usual, and then: JZ/E, JG/NLE, JGE/NE, JL/NGE, JLE/NG, JC, JO, JP, JNP, JA/NBE, JAE/NB, JB/NAE, JBE.NA
So, after the flags, we show the jumps that would be taken given the state of flags?
That would be great!