Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 583 Bytes

byte-masm.md

File metadata and controls

26 lines (19 loc) · 583 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: BYTE
BYTE (MASM)
12/17/2019
byte
BYTE directive
8dd94476-c069-4585-a478-3cb2e8e6ae54

BYTE

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

Syntax

nameBYTE initializer, initializer ...⟧

Remarks

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

See also

Directives Reference
DB
SBYTE
MASM BNF Grammar