GDT Tutorial: Difference between revisions

[unchecked revision][unchecked revision]
Line 174:
MOV GS, AX
MOV SS, AX
.reload_CS:
; Reload CS register containing code selector:
JMP 0x08:reload_CS ; 0x08 points at the new code selector
.reload_CS:
RET
</source>
Anonymous user