On 09/08/2016 03:31 PM, Michael Rolnik wrote:
+ case ARC_COND_HI: { + ARC_COND_IF_1(C, label_skip); + ARC_COND_IF_1(Z, label_skip); + } break;
Why aren't you using AND / OR to combine these conditions? r~
On 09/08/2016 03:31 PM, Michael Rolnik wrote:
+ case ARC_COND_HI: { + ARC_COND_IF_1(C, label_skip); + ARC_COND_IF_1(Z, label_skip); + } break;
Why aren't you using AND / OR to combine these conditions? r~