Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 583 Bytes

File metadata and controls

26 lines (19 loc) · 583 Bytes
description Learn more about: BYTE
title BYTE (MASM)
ms.date 12/17/2019
f1_keywords
byte
helpviewer_keywords
BYTE directive
ms.assetid 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