Data Allocation

June 4, 2025 ยท View on GitHub

Asmc Macro Assembler Reference

Data Allocation

BYTEbyte
SBYTEsigned byte
WORDword
SWORDsigned word
DWORDdouble word
SDWORDsigned double word
FWORD32-bit far pointer
QWORDquadruple word
SQWORDsigned quadruple word
TBYTEextended-precision floating-point
OWORD128-bit unsigned integer
SOWORDsigned 128-bit integer
REAL2half-precision floating-point
REAL4single-precision floating-point
REAL8double-precision floating-point
REAL10extended-precision floating-point
REAL16quadruple-precision floating-point
MMWORD64-bit multimedia operand
XMMWORD128-bit multimedia operand
YMMWORD256-bit multimedia operand
ZMMWORD512-bit multimedia operand

Short Form

DBbyte
DWword
DDdouble word
DQquadruple word
DTextended precision floating-point
YWORD256-bit multimedia operand
ZWORD512-bit multimedia operand

See Also

Directives Reference | Code Labels