L1VM Version 1.0.1 Dynamische Speicherverwaltung

Ich entwickelte ein Modul um dynamisch RAM zu reservieren. Man kann nun mit dem Mem Modul Arrays anlegen und auf sie zugreifen. Bisher war RAM reservieren nur mit den fest definierten Variabeln möglich. Ein Demoprogramm ist in lib/mem-lib.l1com.


I developed a module to dynamically allocate RAM. Now it is possible to allocate arrays with the mem modules and to access them. This was not possible with the old static memory allocation of variables. A demo programm is in lib/mem-lib.l1com.

L1VM-GitHub