Skip to content

Commit 0a8b067

Browse files
committed
asm-7: apply editoral changes
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
1 parent 18a0373 commit 0a8b067

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

casm/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Assembly interaction with high-level programming languages
22

3-
These are three simple programs which provides examples of interaction of assembly and C programming languages:
3+
These are three simple programs that provide examples of the interaction between assembly and the C programming language:
44

5-
- [casm1](./casm1/) - call C function from asm
6-
- [casm2](./casm2/) - gcc inline assembly
7-
- [casm3](./casm3/) - call asm function from C
5+
- [casm1](./casm1/) - call the C function from asm
6+
- [casm2](./casm2/) - GCC inline assembly
7+
- [casm3](./casm3/) - call the asm function from C
88

99
To build each program, go to its directory and run:
1010

0 commit comments

Comments
 (0)