can someone tell me how to use the c flag to determine if a value is equal to or above a number like if i have a with value 3 and b with value 4 cp b jr c,bigger ; would this move to bigger if a >b or if b>a?