i64 Type

Syntax

<i64-type> ::= "i64"

Semantics

  • It is 8 bytes in size.
  • It can contain the numbers between -263 (-9223372036854775808) and 263-1 (9223372036854775807).
  • It's represented with Two's complement.