Module data

Module data 

Source
Expand description

Define data segment

Enums§

DataEL
Data that can be stored in the data segments

Functions§

daddress
Place of addresse in the data area
dascii
Place a constant string (does not end with 0) in data area
dasciz
Structure representing a single element of the data segment Structure representing the data segment Place a constant string (end with 0) in data area
dbyte
Place a 1 byte value in data area
dlong
Place a 4 bytes value in data area
dlong_label
Place of addresse in the data area
dquad
Place a 8 bytes value in data area
dubyte
Place an unsigned 1 byte value in data area
dulong
Place an unsigned 4 bytes value in data area
dushort
Place an unsigned 2 bytes value in data area
dword
Place a 2 bytes value in data area
space
Allocate n bytes (valued to 0) in the data segment