mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-08-21 22:13:33 -07:00
Fixed some spelling mistakes in MS-DOS v2.0 source code
This commit is contained in:
parent
d28f7e6e51
commit
0b1b809428
15 changed files with 80 additions and 80 deletions
|
@ -130,7 +130,7 @@ FDX_OPER:
|
|||
XCHG AL,AH
|
||||
MOV WORD PTR [ASSEM1],AX
|
||||
;
|
||||
; aad and aam instrucions
|
||||
; aad and aam instructions
|
||||
;
|
||||
AA_OPER:INC BYTE PTR [ASSEM_CNT]
|
||||
;
|
||||
|
@ -404,7 +404,7 @@ ESC_OPER:
|
|||
SHL AL,CL
|
||||
JMP GROUPE
|
||||
;
|
||||
; 8087 arithmetic instuctions
|
||||
; 8087 arithmetic instructions
|
||||
;
|
||||
|
||||
;
|
||||
|
@ -1261,4 +1261,4 @@ DB7: INC BYTE PTR [ASSEM_CNT]
|
|||
|
||||
CODE ENDS
|
||||
END ASSEM
|
||||
|