Portability issues with unsuffixed numbers

When porting code, be aware that:
  • Unsuffixed constants are more likely to become 8 bytes long if they are in hexadecimal.
  • All constants that can impact any constant assignment must be explicitly suffixed.