asm_book/section_1/funcs/README3.md
2022-12-18 23:54:50 -06:00

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()`.