Fix latchx register read
This commit is contained in:
@@ -931,9 +931,9 @@ reg213Cr:
|
|||||||
mov byte[latchxr],1
|
mov byte[latchxr],1
|
||||||
ret
|
ret
|
||||||
.highv
|
.highv
|
||||||
mov al,byte[latchx+1]
|
mov al,byte[latchx]
|
||||||
and al,1
|
and al,0FEh
|
||||||
or al,byte[latchx]
|
or al,byte[latchx+1]
|
||||||
mov byte[latchxr],0
|
mov byte[latchxr],0
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user