[net.micro.pc] Bug in MASM 3.0 and therefore Lattic

bill@hp-pcd.UUCP (bill) (08/05/85)

REP, REPE, and REPZ are three different mnemonics for the *same* opcode (F3h).
Similarly, REPNE and REPNZ are both mnemonics for opcode F2h.  The assembler
works just fine; the debugger always disassembles F3h into REPZ, I would
assume, since it's the most definitive form of the three (tells you exactly
what flag is checked).

bill frolik
hp-pcd!bill