Implement first intrinsics for output

This commit is contained in:
2024-03-20 17:56:38 +01:00
parent 4af742ab02
commit ee65360f60
13 changed files with 221 additions and 214 deletions

View File

@@ -1,4 +1,4 @@
begin
? True;
? False
writeb(True);
writeb(False)
end.