Virtual 8086 Mode: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
→‎External Links: Did Wrong Link
m Fixed typo by replacing "epb" with "ebp".
Line 11:
; extern void enter_v86(uint32_t ss, uint32_t esp, uint32_t cs, uint32_t eip);
enter_v86:
mov epbebp, esp ; save stack pointer
 
push dword [ebp+4] ; ss