Skip to content

Commit 1d61506

Browse files
authored
Fix grammar in assembly disadvantages
1 parent cb0af69 commit 1d61506

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

book/languages/assembly/advantages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Since machine code and assembly are tied together, assembly can be used in appli
88
The assembly language can be used in these types of application:
99

1010
* To build software which requires serious machine level optimizations or to beat compilers in code optimization. \
11-
For eg.: System software in an OS (not needed though as modern compilers do a pretty good job).
11+
For e.g.: System software in an OS (not needed though as modern compilers do a pretty good job).
1212

1313
* In embedded programming where space is limited to an extent that higher level languages
14-
(like C) can use more space then required or actually present.
14+
(like C) can use more space than required or actually present.
1515

1616
* To access hardware features which are either platform specific or too uncommon and not
1717
available for optimization in higher languages such as C.
1818

1919
* Written for custom hardware that doesn't have a mechanism to convert high level code
2020
into binary. The Apollo 11 lunar mission is an example of this as it used code
21-
written in assembly in an era where high level languages did not exist.
21+
written in assembly in an era where high level languages did not exist.

0 commit comments

Comments
 (0)