forked from KolibriOS/kolibrios
fix r5012
git-svn-id: svn://kolibrios.org@5028 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
ac41199c94
commit
db841104b9
@ -413,7 +413,7 @@ sayerr:
|
|||||||
@@:
|
@@:
|
||||||
in al, 64h
|
in al, 64h
|
||||||
test al, 1
|
test al, 1
|
||||||
loopnz @b
|
loopz @b
|
||||||
in al, 0x60
|
in al, 0x60
|
||||||
|
|
||||||
;;;/diamond today 5.02.2008
|
;;;/diamond today 5.02.2008
|
||||||
@ -424,7 +424,7 @@ sayerr:
|
|||||||
@@:
|
@@:
|
||||||
in al, 64h
|
in al, 64h
|
||||||
test al, 1
|
test al, 1
|
||||||
loopnz @b
|
loopz @b
|
||||||
in al, 0x60
|
in al, 0x60
|
||||||
mov al, 0
|
mov al, 0
|
||||||
out 0x60, al
|
out 0x60, al
|
||||||
@ -432,7 +432,7 @@ sayerr:
|
|||||||
@@:
|
@@:
|
||||||
in al, 64h
|
in al, 64h
|
||||||
test al, 1
|
test al, 1
|
||||||
loopnz @b
|
loopz @b
|
||||||
in al, 0x60
|
in al, 0x60
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
sti
|
sti
|
||||||
|
Loading…
Reference in New Issue
Block a user