Menu

[r246]: / LIBMEM.MPL  Maximize  Restore  History

Download this file

12 lines (8 with data), 194 Bytes

##LIBMPX

MEMSET=.MSET.
MEMCPY=.MMOV.
MEMREV=.MREV.
MEMMOVE=.MMOV.

MEMCLR(D,L).MSET.(D,0,L)
MEMMOD(D,S,L,F)[>L--@D%L=F(S%L);D]
//MEMREV(D,L;T,R)[L+=R=D;D<L@[T=%D;%D++=%--L;%L=T];R]

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.