Unreal Mode: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
buggy granularity bit - the limit was 1M
Syntax higlighting
Line 17:
Finally, note that IP is unaffected by all this, so the code itself is still limited to 64k.
 
<source lang="asm">
<pre>
; Assembly example
AsmExample:
 
;==========================================
; nasmw boot.asm -o boot.bin
; partcopy boot.bin 0 200 -f0
Line 66 ⟶ 65:
db 0x55 ; req'd by some BIOSes
db 0xAA
</source>
;==========================================
</pre>
 
[[Category:X86 CPU]]