32-bit x86 assembly programming: Difference between revisions

Content deleted Content added
Fredrik (talk | contribs)
m enviroment -> environment
No edit summary
Line 55:
(not including the [[floating point]], [[singe instruction multiple data|SIMD]] and some other instructions)
 
There is also some undocodumentedundocumented instructions, like the umov- instruction that could be used for [[in circuit emulator]]s. (umov stands for "user move", and with the knowledge of that instruction, it becomes much easier to write certain types of software debuggers.)
 
== The addressing model in protected mode ==