Assembly - Data Section (DS)

Card Puncher Data Processing

About

The data section is used for declaring initialized data or constants.

initialized static variables

This data does not change at runtime.

It declares the memory region, where data elements are stored.

This section cannot be expanded after the declarations and remains static.

Syntax

section.data

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 ...
Cpu Memory Management Segmented Model
Memory Segment - Segment Selector

A segment selector is the unique identifier of a segment and is used in the first part of logical address. See logical address syntax It is a special pointer that identifies a segment in memory. Its...
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