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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -