introducing new integer types in SYSTEM module. -- noch.

Former-commit-id: 747943b008
This commit is contained in:
Norayr Chilingarian 2015-03-11 14:03:49 +04:00
parent 7de984b46a
commit 9d6a71eb59
26 changed files with 923 additions and 673 deletions

View file

@ -10,3 +10,7 @@ PTR 8 8
PROC 8 8
RECORD 1 1
ENDIAN 1 0
SYSTEM.INT8 1 1
SYSTEM.INT16 2 2
SYSTEM.INT32 4 4
SYSTEM.INT64 8 8