We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a0373 commit 0a8b067Copy full SHA for 0a8b067
1 file changed
casm/README.md
@@ -1,10 +1,10 @@
1
# Assembly interaction with high-level programming languages
2
3
-These are three simple programs which provides examples of interaction of assembly and C programming languages:
+These are three simple programs that provide examples of the interaction between assembly and the C programming language:
4
5
-- [casm1](./casm1/) - call C function from asm
6
-- [casm2](./casm2/) - gcc inline assembly
7
-- [casm3](./casm3/) - call asm function from C
+- [casm1](./casm1/) - call the C function from asm
+- [casm2](./casm2/) - GCC inline assembly
+- [casm3](./casm3/) - call the asm function from C
8
9
To build each program, go to its directory and run:
10
0 commit comments