BYTE, DB (byte: Allocates unsigned numbers from 0 to 255.)
SBYTE (signed byte: Allocates signed numbers from -128 to +127.)
WORD, DW (word = 2 bytes: Allocates unsigned numbers from 0 to 65,535 aka 64K.)
SWORD (signed word: Allocates signed numbers from -32,768 to +32,767.)
DWORD, DD (doubleword = 4 bytes: Allocates unsigned numbers from 0 to 4,294,967,295 aka 4 megabytes.)
SDWORD (signed doubleword: Allocates signed numbers from -2,147,483,648 to +2,147,483,647.)
FWORD, DF (farword = 6 bytes: Allocates 6-byte aka 48-bit integers. These values are normally used only as pointer variables on the 80386/486 processors.)
QWORD, DQ (quadword = 8 bytes: Allocates 8-byte integers used with 8087-family coprocessor instructions.)
TBYTE, DT (10 bytes:, Allocates 10-byte aka 80-bit integers if the initializer has a radix specifying the base of the number.)
file: /Techref/language/masm/cmd/qualifiedtype.htm, 1KB, , updated: 2000/1/19 08:08, local time: 2024/11/25 18:27,
18.191.195.105:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://sxlist.com/Techref/language/masm/cmd/qualifiedtype.htm"> language masm cmd qualifiedtype</A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Welcome to sxlist.com! |
.