Top "Word-size" questions

Specifying size of enum type in C

Already read through this related question, but was looking for something a little more specific. Is there a way to …

c optimization enums word-size
Does sizeof return the number of bytes or the number of octets of a type in C?

Simply put in C and variants (unlike that wuss java with its virtual machine) the size of primitive types on …

c byte sizeof word-size
Determine word size of my processor

How do I determine the word size of my CPU? If I understand correct an int should be one word …

c processor word-size
What are the sizes of tword, oword and yword operands?

What are the sizes of tword, oword and yword operands, as used in the NASM/YASM manual? And on a …

assembly nasm word yasm word-size