mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 04:36:47 +08:00
267 B
267 B
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().