CRT unit made more compatible with Turbo/FreePascal one

This commit is contained in:
2020-06-09 00:44:44 +03:00
parent f59ec2420a
commit 9868828cc2
4 changed files with 72 additions and 35 deletions

View File

@@ -9,7 +9,6 @@ var
begin
InitConsole('Load File', False);
Buffer := LoadFile('/sys/example.asm', FileSize);
WriteText(Buffer, FileSize);
end.