System Calls (images might be fucked)
A way for programming languages to use systems provided by the OS
/Untitled.png)
- Typically used with APIs
- Examples: WIN32 for windows, POSIX for UNIX based systems
- When passing parameters, there may be more parameters than registers, in this case they maybe stored on the stack (thus unlimited parameters), can also be done with tables
/Untitled%201.png)
/Untitled%202.png)
/Untitled%203.png)