Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 576 Bytes

File metadata and controls

22 lines (17 loc) · 576 Bytes
description Learn more about: SBYTE
title SBYTE (MASM)
ms.date 12/17/2019
f1_keywords
sbyte
helpviewer_keywords
SBYTE directive
ms.assetid 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