Byte ordering in C8051F020

Hi, Can anyone tell me what is the byte ordering in C8051F020 SiLabs Microcontroller? Whether it is a Little Endian or Big Endian?

Thanks

Parents
  • Can anyone tell me what is the byte ordering in C8051F020 SiLabs Microcontroller

    Whatever you want. However you will obviously let your assembler/compiler/linker decide for you.

    the only 'byte ordering' there is in the actual controller is for the mov dptr,# (the only 16 bit operation in the processor) and the bible tell you what that is.

    Erik

Reply
  • Can anyone tell me what is the byte ordering in C8051F020 SiLabs Microcontroller

    Whatever you want. However you will obviously let your assembler/compiler/linker decide for you.

    the only 'byte ordering' there is in the actual controller is for the mov dptr,# (the only 16 bit operation in the processor) and the bible tell you what that is.

    Erik

Children
More questions in this forum