What are the various lengths of variable declarations in x86? The ones that I know of are:
.byte
(1).int
(2).long
(4).quad
(8).string
,ascii
,.word
,.half
(some aliases too?)
Is there a good reference that shows all the possible variable lengths you can declare in x86 (64)?