A20 Line: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Added additional more obvious code to test line A20
m Small description fix
Line 102:
mov byte [.BufferOverMB], al
 
mov ah, 1
mov ah, 1 ; check byte [0x00100500] == byte [0x0500]
mov byte [ds:si], 0
mov byte [es:di], 1
mov al, [ds:si]
cmp al, [es:di] ; check byte at address 0x0500 != byte at address 0x100500
jne .exit
dec ah