i8 Type

Syntax

<i8-type> ::= "i8"

Semantics

  • It is 1 byte in size.
  • It can contain the numbers between -27 (-128) and 27-1 (127).
  • It is represented with Two's complement.