mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 00:32:24 +00:00
Fix hex parsing, readme typos.
This commit is contained in:
parent
d50e08ac3f
commit
56256a49f2
5 changed files with 29 additions and 6 deletions
|
|
@ -32,7 +32,7 @@ The following type sizes follow the built compiler size:
|
|||
| Types | 32 bit builds | 64 bit builds |
|
||||
| ----- | ------------- | ------------- |
|
||||
| INTEGER | 16 bit | 32 bit |
|
||||
| LONGINT, SET | 32 bit | 16 bit |
|
||||
| LONGINT, SET | 32 bit | 64 bit |
|
||||
|
||||
Note that many library modules have been written with the assumption that INTEGER
|
||||
is 16 bit and LONGINT 32 bit, therefore they will only work in 32 bit builds.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue