Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 576 Bytes

sbyte-masm.md

File metadata and controls

22 lines (17 loc) · 576 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: SBYTE
SBYTE (MASM)
12/17/2019
sbyte
SBYTE directive
ae9323cc-4ed5-45fa-9cd6-c241868e4cfd

SBYTE

Allocates and optionally initializes a signed byte of storage for each initializer. Can also be used as a type specifier anywhere a type is legal.

Syntax

name SBYTE initializer, initializer ...⟧

See also

Directives Reference
BYTE
DB
MASM BNF Grammar