BYTE (MASM)

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at BYTE (MASM).

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

Syntax

[[name]] BYTEinitializer [[, initializer]] ...  

Remarks

Can also be used as a type specifier anywhere a type is legal.

See Also

Directives Reference
DB
SBYTE