2001-03-10 22:32:47 +01:00
|
|
|
asmutils is a set of miscellaneous utilities written in assembly language,
|
2010-07-16 18:43:53 +02:00
|
|
|
targeted for x86 embedded systems and small distributions (like rescue or
|
2010-12-24 19:35:09 +01:00
|
|
|
installation disks); it also contains small libc and crypto libraries. It
|
2005-11-30 14:49:40 +01:00
|
|
|
features the smallest possible size and memory requirements, the fastest
|
2010-12-24 19:35:09 +01:00
|
|
|
speed (with few exceptions), and good functionality.
|
2003-10-16 08:44:22 +02:00
|
|
|
|
2005-11-30 14:12:13 +01:00
|
|
|
WWW: http://asm.sourceforge.net/
|