rdnelson / Libra

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

GUI Controls now update the processor state. #166

Closed rdnelson closed 11 years ago

rdnelson commented 11 years ago

The register, flags, and memory views on the GUI are now editable, and update the processor state appropriately.

Checking for valid input is included, and data is always reformatted properly after the input has been accepted.

Ex. Set AX to '1a', press enter, textbox will repopulate with '001A'