How many bits is a WORD and is that constant over different architectures?

后端 未结 9 1056
清歌不尽
清歌不尽 2021-02-02 13:37

Is a machine WORD always the same or does it depend on the machine architecture? And is the meaning of the word WORD context sensitive or generally applicable?

9条回答
  •  Happy的楠姐
    2021-02-02 14:32

    WORD is a Windows specific 16-bit integer type, and is hardware independent.

    If you mean a machine word, then there's no need to shout.

提交回复
热议问题