Prev: EDAC Up: Map Next: EDBE
EDB3: Pattern 2 SET(x) : Match if flag x set
EDB3 LD A,(HL) Get the flag ID in A.
EDB4 INC HL
EDB5 CALL $EC1D Get the flag's value.
EDB8 JP Z,$EAE3 Mark the pattern as failed if it's 0.
EDBB JP $EACB Otherwise process other actions.
Prev: EDAC Up: Map Next: EDBE