Hello world - x86 assembly to C (Syscalls, sections and variables)

preview_player
Показать описание
00:00 Introduction
00:38 Sections
01:30 Variables
03:20 Main
04:29 Syscalls
05:26 Registers
06:29 Print
09:00 exit/return

Linux i386 system calls:

Resources:
ChatGPT: Explain (concept) like I'm ten
Рекомендации по теме
Комментарии
Автор

In DOS we can print directly into the text screen without to use a system call.

maxmuster