i16 Type

Syntax

<i16-type> ::= "i16"

Semantics

  • It is 2 bytes in size.
  • It can contain the numbers between -215 (-32768) and 215-1 (32767).
  • It's represented with Two's complement.