Adding initial pico-ice support.

This commit is contained in:
Brad Nelson
2023-12-03 19:57:14 -08:00
parent fa56ecf59d
commit c40a2f5c6f
12 changed files with 422 additions and 3 deletions

View File

@ -16,4 +16,3 @@
: allocate ( n -- a ior ) malloc dup 0= ;
: free ( a -- ior ) sysfree 0 ;
: resize ( a n -- a ior ) realloc dup 0= ;