rdnelson / Libra

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

Added an IO marker to clarify what is happening during IO operations. #174

Closed rdnelson closed 11 years ago

rdnelson commented 11 years ago

The IO marker is now highlighted instead of the Port register in IN and OUT operations. The marker is populated with the value of the port used in the operation.