or a ; clear carry ex de,hl ; hl <-> de sbc hl,bc ; hl = hl - bc jr c,bc_was_smaller_than_de > Could someone tell me to test to see if a number is less than another number? (bc<de)