Prev: 25829 Up: Map Next: 25845
25836: LT condition
COND_LT 25836 INC BC Read next parameter
25837 LD A,(BC) A=value to compare
25838 CP (HL) Is flag greater than or equal to value?
25839 JR C,COND_FAILED If greater than, condition failed
25841 JR Z,COND_FAILED If equal to, condition failed
25843 JR COND_PASSED Otherwise, condition passed
Prev: 25829 Up: Map Next: 25845