rdnelson / Libra

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

Would prefer lst view of code showing hex values for instructions/DBs #113

Closed jrgreen7 closed 11 years ago

jrgreen7 commented 11 years ago

Is it possible to show the machine code corresponding to each line of code, similar to the .lst file? Would help students understand what is being highlighted in the memory contents window...

rdnelson commented 11 years ago

Would you like the machine code to be included in the instruction list, or continue to be a separate file?

jrgreen7 commented 11 years ago

I think I'd like the instruction list to have the machine code on the left, like a LST file.

If this was a toggleable view setting, even better!

Thanks, Jim.

On 21/03/2013 11:27 AM, Robert Nelson wrote:

Would you like the machine code to be included in the instruction list, or continue to be a separate file?

— Reply to this email directly or view it on GitHub https://github.com/rdnelson/Libra/issues/113#issuecomment-15245205.

James Green, PhD, P.Eng. Associate Professor Systems & Computer Engineering Carleton University, Ottawa, Canada http://www.sce.carleton.ca/faculty/green

rdnelson commented 11 years ago

Ok, that's perfectly do-able. It'll be in next week's release.

DarrenStahl commented 11 years ago

Issue addressed by #132

Commenting to link issue to solution

@rdnelson are you going to merge the fix into gui? I've done more testing, and it looks all good.