Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 363 Bytes

byte.md

File metadata and controls

13 lines (7 loc) · 363 Bytes

Asmc Macro Assembler Reference

BYTE

[[name]] BYTE initializer [[, initializer ...]]

Allocates and optionally initializes a byte of storage for each initializer.

Can also be used as a type specifier anywhere a type is legal. DB is a synonym of BYTE.

See Also

Data Allocation | Directives Reference