Checks whether 80x86 flags meet condition set in the command. Returns 1 if condition is met and 0 if not.
int Checkcondition(int code,ulong flags);
Parameters:
code - first byte of conditional command;
flags - contents of register EFL.
Checks whether 80x86 flags meet condition set in the command. Returns 1 if condition is met and 0 if not.
int Checkcondition(int code,ulong flags);
Parameters:
code - first byte of conditional command;
flags - contents of register EFL.