
unsigned short a,b;
a = yerror;
b = 0x59;
if (a > b) {
    // do something
} else {
    // do something else
}
