x86_86 gcc/clang low level modules update, types clarified. -- noch

Former-commit-id: 59e489ea43
This commit is contained in:
Norayr Chilingarian 2015-02-10 15:06:04 +04:00
parent f97c37d7b4
commit d29b4a0427
42 changed files with 8328 additions and 2082 deletions

View file

@ -7,10 +7,6 @@ MODULE Console; (* J. Templ, 29-June-96 *)
VAR line: ARRAY 128 OF CHAR;
pos: INTEGER;
(* for read(), write() *)
PROCEDURE -includeUnistd()
"#include <unistd.h>";
PROCEDURE -Write(adr, n: LONGINT)
"write(1/*stdout*/, adr, n)";