Crossware

Table of Contents        Previous topic       Next topic       

C COMPILER->Compiler Data Formats->int/short/unsigned int/unsigned short/_sfrword

These are 16 bits wide.

If a global variable iVar is declared as int, then the least significant byte is located at address _iVar and the most significant byte is located at address _iVar+1.