◄Contents► ◄Index► ────────────────────────────────────────────────────────────────────────────── The LABEL, PROC, EXTRN, LOCAL, and COMM directives can all use the type specifiers listed in the first column. The second and third columns show corresponding data directive (if any) and number of bytes per element. BYTE DB 1 WORD DW 2 DWORD DD 4 QWORD DQ 8 TBYTE DT 10 FAR 4 NEAR 2 PROC code size of memory model (2 or 4) -♦-