INTRODUCTION StList is a tool to list the content of an Atari .ST diskimage, it's all reverse engineering since I don't have docs. ".ST" format is supported, I'm not sure it will work with other formats. USAGE From CLI/Shell: stlist diskimage.st content.txt HISTORY 1.0 First public release; 1.1 Added support for the whole .ST family; (internal release) 1.2 ANSI C more strict, now compiles also on VBCC and GCC; PowerPC and WarpOs versions added; 1.3 Sas/C issued a warning about buffer handling, fixed; 68k version now compiled with Sas/C 6.58; FUTURE I'm thinking of making it evolve in to a general purpose diskimage utility with support also for ADF, ADZ, DMS, D64, etc... AUTHOR Fabrizio "Lanch" Bartoloni lanch@caribusiness.it (will go offline soon) lanch@tiscalinet.it THANKS Alfonso "Alfie" Ranieri for pointing out the stupid loop mistake; Emiliano "Skywalk3r" Esposito for solving the buffer issue (two times!); Alessandro "Crusher" Gatti solved some ANSI compliance; SOURCE I've made it 101% ANSI C for portability sake as usual, if you manage to compile it for some environment different from the original one just let me know. Compiled on an A1200 040/603 Os 3.5 Sas/C 6.58 for the 68k side; (formerly used DiceC 3.16) VBCC 0.7 for the ppc/warpos side; Still should work on any Amiga and compile on any environment; LEGAL This is provided "AS IS" with no implicit neither explicit warranty. The author is not liable for any damage of any kind. People at Microsoft or Intel are not allowed to use this software.