STORE_OPERAND     292 src/dps8/dps8.h     STORE_OPERAND   = (1U <<  1),  // stores/writes operand to memory (its a STR-OP)
STORE_OPERAND     293 src/dps8/dps8.h # define RMW             (READ_OPERAND | STORE_OPERAND) // a Read-Modify-Write instruction