Tridora-CPU/lib
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
..
corelib.s implement newOrNil, changes to stdlib 2025-08-31 23:30:40 +02:00
coreloader.s Bugfix int range in sasm, create Makefile, portability fixes 2024-10-06 23:51:57 +02:00
float32.s use precompiled standard library (not really a linker) 2024-11-09 22:22:48 +01:00
rommon.s tridoracpu: cache bug fixes 2025-03-29 01:29:16 +01:00
runtime.s runtime: add MemAvail function 2025-08-24 02:04:42 +02:00
sdcardboot.s initial commit 2024-09-19 14:12:22 +02:00
sdcardlib.s initial commit 2024-09-19 14:12:22 +02:00
stdlib.inc implement newOrNil, changes to stdlib 2025-08-31 23:30:40 +02:00
stdlib.pas implement newOrNil, changes to stdlib 2025-08-31 23:30:40 +02:00
stdlibwrap.s use precompiled standard library (not really a linker) 2024-11-09 22:22:48 +01:00
stdterm.inc initial commit 2024-09-19 14:12:22 +02:00