blob: c99100256ad14c74411343e7959c249ab92c23cd (
plain) (
blame)
1
2
3
4
5
6
7
|
asmutils is a set of miscellaneous utilities written in assembly language,
targeted for x86 embedded systems and small distributions (like rescue or
installation disks); it also contains small libc and crypto libraries. It
features the smallest possible size and memory requirements, the fastest
speed (with few exceptions), and good functionality.
WWW: http://asm.sourceforge.net/
|