Hi, I do not understand how the x86 processor chooses whether to not to jump for a conditional jump. My professor told me that conditional jumps are based on the OF, ZF, SF, and CF flags, but I do not understand which flags are checked under a given jump instruction...
For example, what flags are checked for a unsigned greater-than jump?
Thanks,
Tyler
(In other words, how do I determine the flags in the right column of this website?)
http://siyobik.info/index.php?module=x86&id=146