
The calc provides a much better way

Maybe some thought of this already, too? However, I didn't find any LIB on the file sharing providing this, so I made one

http://www.pageofmar.../devafx/DFA.rar, Features:
- no more need to read a file into memory, it's accessible directly from Flash/ROM!
- don't need extra RAM for buffer thus (e.g. holding sprites or images and so on), and RAM limit also doesn't matter for data size
- the LIB does without DOS file I/O, which will decrease a program's size in fact (system/stdio routines not required + dfa implementation very compact with 200 lines only)
- provides also file searching/enumaration
Note: it's not up in the file sharing already, and currently it's Pascal version only. Maybe someone could make a C version of it?

Btw there are also 2 testing programs included yet: a tiny explorer listing all .EXE (also those from ROM) but can run programs only that don't require all memory, + a demo mapping drives into EMS banks and showing drive/file info and file contents.