Assembly - System Call

Card Puncher Data Processing

About

OS - System Call (Process OS communication)

Definition

Implementation

wiki/Interrupt_handler

Example

Exit

; ''1'' = ''sys_exit''
mov	eax,1		
; call kernel
int	0x80

List

Linux

X86 System call tables:

Signature and function definition:

wiki/Unistd.h - list the system call but the id number is not the same that in the call tables.

Doc:

Doc Linux :





Discover More
Card Puncher Data Processing
Assembly - OS (System call)

Using the same assembler, the basic assembly code written on each operating system is basically the same, except their interface. ie, the following is different between windows and linux: The software...



Share this page:
Follow us:
Task Runner