Linux Assembly Language x64 # 5 - Reserving Bytes and the bss Section

Опубликовано: 01 Октябрь 2024
на канале: lazy tutorials
2,199
33

This tutorial explains the .bss section and how to reserve bytes in Assembly Language using Nasm on Linux x64 (64-bit architecture). It also teaches you how to analyze this code using GDB so that you could understand how it really works.