Code: Select all
call USER_SEL:FUNC
Code: Select all
call_protected: cs.rpl > CPL
Code: Select all
call USER_SEL:FUNC
Code: Select all
call_protected: cs.rpl > CPL
Code: Select all
push ss
push esp
push cs
push eip
retf
Code: Select all
mov ax,USER_DATA_SELECTOR ; GDT Data CPL 3 entry
mov ds,ax
mov es,ax
mov fs,ax
mov gs,ax
Code: Select all
exception(): 3rd exception with no resolution