SPIM equivalent for x86 assembly language -


having learned mips, super helpful write simple code , testing out spim. being able see registers , stepping through code helped me understand each instruction did. there equivalent emulator x86 language can load simple codes , @ each registers , step through each instructions?

i learn best doing , replicating codes on lecture.

i used window version of spim.

an gui simulator preferred on working on terminal.

this isn't emulator x86, give debugging options , not.

i'd use microsoft visual c++ , masm. here's tutorial how set up. msvc++ comes great tools debugging assembly code; basic breakpoints, step through options, , other windows such disassembly (for looking @ generated machine code), registers window, memory window, watch windows, , list goes on.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -