Go to the source code of this file.
Variables | |
int(* | is_cc [8])(void) |
Code condition testing function table. |
Condition code function table is used by EMU68 for conditional instructions emulation including Bcc, Scc and DCcc. The 4 condition bits of instruction is used as index to call corresponding test function. Each test function performs suitable SR bits operations and return 0 if condition is false and other if condition is satisfied.