diff options
Diffstat (limited to 'disasm.h')
-rw-r--r-- | disasm.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -336,6 +336,17 @@ static const char *ext_opname[0x100] = { [PCN_E ] = "PCN (E)" }; +static const char *set_cc[8] = { + "NG", + "PO", + "CS", + "CC", + "EQ", + "NE", + "VS", + "VC" +}; + #define ORTHO_1CC(mne, cc) \ [mne##_R##cc] = #mne " r, " #cc, [mne##_M##cc] = #mne " m, " #cc |