zxbasic icon indicating copy to clipboard operation
zxbasic copied to clipboard

Refactorize the runtime library

Open boriel opened this issue 1 year ago • 1 comments

What / Why

Currently the runtime library lives at /lib/arch/<arch>/runtime with most *.asm files living at the same level. This can be a bit caotic, so let's group some of them in folders (i.e. math, random, mem, arrays, strings, arithmetic, etc)

boriel avatar Nov 13 '24 11:11 boriel

Some refacts done. Will implement an alternate @INC directive which will allow runtime libs to be reused across different architectures.

boriel avatar Oct 12 '25 09:10 boriel