rdnelson / Libra

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

Labels in instruction view do not clear on loading new file #160

Closed DarrenStahl closed 11 years ago

DarrenStahl commented 11 years ago

Issue: Labels in instruction view are not cleared on loading of new file, this causes labels to appear in the new file at locations which do not have labels.

Steps to reproduce:

  1. Load any .OBJ file with labels
  2. Without closing Libra, open another .OBJ file with labels

Expected result: Second .OBJ file is loaded and all labels in instruction view correspond with labels in second .OBJ file Actual Result: Labels from the first .OBJ file still show, and some new labels also appear.