Tridora-CPU/pcomp
slederer 14d6de059d implement newOrNil, changes to stdlib
- newOrNil works like new, but sets the variable to nil
  if the heap allocation failed
- change stdlib to use newOrNil in openfile and openvolumeid
- changes to programs that use openvolumeid
2025-08-31 23:30:40 +02:00
..
.vscode initial commit 2024-09-19 14:12:22 +02:00
emit.pas implement outward calling of nested procedures, fix standalone mode 2025-04-01 00:14:20 +02:00
float32+.pas initial commit 2024-09-19 14:12:22 +02:00
float32+tdr.pas initial commit 2024-09-19 14:12:22 +02:00
lsymgen.pas use precompiled standard library (not really a linker) 2024-11-09 22:22:48 +01:00
make.bat changemem: program to change heap/stack size in program files 2025-07-05 00:05:44 +02:00
Makefile improve Makefile, update example pictures 2025-08-15 23:55:48 +02:00
pcomp.pas implement newOrNil, changes to stdlib 2025-08-31 23:30:40 +02:00
pcomp.py initial commit 2024-09-19 14:12:22 +02:00
platfile+.pas initial commit 2024-09-19 14:12:22 +02:00
platfile+tdr.pas initial commit 2024-09-19 14:12:22 +02:00
platfile-types+.pas initial commit 2024-09-19 14:12:22 +02:00
platfile-types+tdr.pas initial commit 2024-09-19 14:12:22 +02:00
platform+.pas Bugfix int range in sasm, create Makefile, portability fixes 2024-10-06 23:51:57 +02:00
platform+tdr.pas initial commit 2024-09-19 14:12:22 +02:00
platform-types+.pas initial commit 2024-09-19 14:12:22 +02:00
platform-types+tdr.pas initial commit 2024-09-19 14:12:22 +02:00
sasm.pas sasm: set stack size correctly 2025-07-03 00:45:26 +02:00
sdis.pas initial commit 2024-09-19 14:12:22 +02:00
shortgen.pas adjust some filename suffixes for new stdlib scheme 2024-11-11 00:33:26 +01:00
treeimpl.pas initial commit 2024-09-19 14:12:22 +02:00
treetypes.pas initial commit 2024-09-19 14:12:22 +02:00