mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
ported SysConversions
This commit is contained in:
parent
c9646a0f9f
commit
909a06c48a
2 changed files with 2 additions and 1 deletions
1
makefile
1
makefile
|
|
@ -203,6 +203,7 @@ stage6:
|
||||||
$(VOCSTATIC) -sP ulmConditions.Mod
|
$(VOCSTATIC) -sP ulmConditions.Mod
|
||||||
$(VOCSTATIC) -sP ulmStreamConditions.Mod
|
$(VOCSTATIC) -sP ulmStreamConditions.Mod
|
||||||
$(VOCSTATIC) -sP ulmTimeConditions.Mod
|
$(VOCSTATIC) -sP ulmTimeConditions.Mod
|
||||||
|
$(VOCSTATIC) -sP ulmSysConversions.Mod
|
||||||
|
|
||||||
|
|
||||||
#pow32 libs
|
#pow32 libs
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ MODULE ulmSysConversions;
|
||||||
Oberon data types:
|
Oberon data types:
|
||||||
|
|
||||||
a: Address
|
a: Address
|
||||||
b: BYTE
|
b: SYS.BYTE
|
||||||
B: BOOLEAN
|
B: BOOLEAN
|
||||||
c: CHAR
|
c: CHAR
|
||||||
s: SHORTINT
|
s: SHORTINT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue