mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 18:56:55 +08:00
9 lines
267 B
Markdown
9 lines
267 B
Markdown
# Section 1 / Examples of calling common C runtime functions
|
|
|
|
This chapter gives examples of calling common C runtime functions from
|
|
assembly language.
|
|
|
|
## Low level file operations
|
|
|
|
The following example shows `open()`, `close()`, `read()`, `write()`
|
|
and `lseek()`.
|