Detecting Memory (x86): Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m Small ASM edits, to improve the code
m Tiny formatting issue
Line 140:
Typical Output: <br>
AX = CX = extended memory between 1M and 16M, in K (max 3C00h = 15MB)
 
BX = DX = extended memory above 16M, in 64K blocks
 
Line 165 ⟶ 166:
; BX = contiguous 64K pages above 16M
</pre>
 
 
====BIOS Function: INT 0x15, AH = 0x88====