Your Answer: Subtract Bytes, two operands. . . . .

is CORRECT

Yes. For instance the machine instruction

      SUBB2    VALUE,SUM

has two operands (2), each of which is a byte (B). It means "subtract the 8-bit two's complement number found at address VALUE from the 8-bit two's complement number found at address SUM.


Click Here for next Lesson