Assembly - BSS section, segment

Card Puncher Data Processing

About

The bss section is used for declaring variables.

uninitialized static data, both variables and constants

The .bss section is a static memory section that contains buffers for data to be declared at runtime.

This buffer memory is zero-filled.

Syntax

section.bss

Documentation / Reference





Discover More
Card Puncher Data Processing
Assembly - Section

Section in Assembly A Section is an assembly term that correspond to a segment in CPU term. Data Type Section Code Data Stack
Cpu Memory Management Segmented Model
Memory - Segment

A memory segment is the division structure of the segmented memory model. The physical address spec (physical memory) of the primary memory is divide by segment. See virtual memoryvirtual segment ...
Binary Section
OS - Object File

An object file is an specific operating system format that packages an object code with related metadata to create: executable files (native image) or libraries (shared or static) There is several...



Share this page:
Follow us:
Task Runner