RodrigoDornelles / 3bc-lang

Low-level language, tiny virtual machine, minimal runtime, intermediate representation, embeddable, easy for beginners. (Friendly Punched cards)
https://3bc-lang.org
GNU General Public License v3.0
231 stars 25 forks source link

create driver pfa888c pfa3912c #376

Open RodrigoDornelles opened 1 year ago

RodrigoDornelles commented 1 year ago

to avoid memory segmentation, there should be a driver for constant or dynamic program memory.

the proposal of the pfa driver is to use an array as program memory, which can be constant or allocated in the heap.