Norayr Chilingarian
747943b008
introducing new integer types in SYSTEM module. -- noch.
2015-03-11 14:03:49 +04:00
Norayr Chilingarian
712244b161
Revert "added SYSTEM.INT8, SYSTEM.INT16, SYSTEM.INT32, SYSTEM.INT64. tested only"
...
This reverts commit 38794808ac .
2015-03-10 19:32:11 +04:00
Norayr Chilingarian
38794808ac
added SYSTEM.INT8, SYSTEM.INT16, SYSTEM.INT32, SYSTEM.INT64. tested only
...
on x86_64 yet. -- noch
2015-02-27 19:08:57 +04:00
Norayr Chilingarian
561137e16d
main program msg is also green
2014-04-14 02:29:33 +04:00
norayr
175a480412
green output, powerpc binaries
2014-04-14 01:57:06 +04:00
Norayr Chilingarian
338c3f47e8
first colored messasges in OPM using vt100, 'f' option added to disable
...
it
2014-04-14 01:22:03 +04:00
Norayr Chilingarian
e1f76da278
separated Kernel, Files. Texts modules for bootstrapping and general use
2014-03-21 04:00:44 +08:00
Norayr Chilingarian
a3214b8154
fixed issue with multiple modules compilation.
...
now voc adds dependency modules object files to the main module
compiling command line.
for example, if MM0 imports MM1 then if we call voc like:
voc -l MM1.Mod -s MM0.Mod -M
the commandline will look like
cc MM0.c MM1.o -static -o MM0 -fPIC -g -I /opt/voc-1.0/src/lib/system/gnuc/x86_64 -I /opt/voc-1.0/lib/voc/obj -lVishapOberon -L. -L/opt/voc-1.0/lib
2013-10-07 16:46:04 +04:00
Norayr Chilingarian
cb804b16cb
-MC now works, does not compile main unit by default, but creates object
...
file and don't link it.
2013-10-05 22:40:38 +04:00
Norayr Chilingarian
760d826948
voc compiler first commit
2013-09-27 22:34:17 +04:00