byte = 8 bits
AL
UU
word = 16 bits
AX
UU UU
doubleword = 32 bits
EAX
UU UU UU UU
quadword = 64 bits
EDX : EAX
UU UU UU UU : UU UU UU UU
number
e.g. 101b, A061h, -10, 123d
characters
e.g. ‘a’, ‘B’, ‘d’
strings
e.g. ‘abcd’, “test”