size of pointers and architecture

前端 未结 9 2119
深忆病人
深忆病人 2020-12-07 00:40

By conducting a basic test by running a simple C++ program on a normal desktop PC it seems plausible to suppose that sizes of pointers of any type (including pointers to fun

9条回答
  •  旧时难觅i
    2020-12-07 01:15

    Target architecture "bits" says about registers size. Ex. Intel 8051 is 8-bit and operates on 8-bit registers, but (external)RAM and (external)ROM is accessed with 16-bit values.

提交回复
热议问题