rtfread small update

git-svn-id: svn://kolibrios.org@2194 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2011-09-16 12:04:37 +00:00
parent 31da45e7b4
commit a5ef4a9625

View File

@ -165,8 +165,19 @@ still:
;---------------------------------------------------------------------
key: ; ­ ¦ â  ª« ¢¨è  ­  ª« ¢¨ âãà¥
mcall 2 ; äã­ªæ¨ï 2 - áç¨â âì ª®¤ ᨬ¢®«  (¢ ah)
key: ; ­ Ś â  ŞŤ ˘¨č  ­  ŞŤ ˘¨ âăŕĽ
mcall 2 ; äă­Şć¨ď 2 - áç¨â âě ŞŽ¤ ᨏ˘ŽŤ  (˘ ah)
;Leency[
cmp eax,1
jne .getkeyi
mov ah,dh
jmp .next
.getkeyi:
mov dh,ah
jmp key
.next: ;]Leency
cmp ah,104 ; HELP
jne .nohelp
.help: