rdnelson / Libra

An 8086 emulator with a focus on educational features.
Other
13 stars 4 forks source link

DIV [m8/16] does not highlight destination registers #194

Open hasithvm opened 9 years ago

hasithvm commented 9 years ago

The div [mem] instruction doesn't highlight the destination register (AX for 8-bit source operands, DX/AX for 16-bit source operands).

Steps to reproduce:

  1. Load obj file with a DIV [mem] instruction.
  2. Observe non-highlighting of AX/DX:AX for destination operands.

(via @jrgreen7)