[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a2tools for ProDOS (?)



"John B. Matthews" <nospam@nospam.com> wrote in news:nospam-
3A3012.01584729082003@clmboh1-nws3.columbus.rr.com:

> Rob:
> 
> The monkey lives! This is too much fun! Thank you!
> 
> Those Pascal dates are a tad odd, though. I wonder if that's a 
> byte order problem (Mac OSX, J2SE 1.4.1).
> 
> John
> ----
> jmatthews at wright dot edu
> www dot wright dot edu/~john.matthews/
> 
> [john:java/AppleCommander/src] matthews% java ac -l misc.po 
> 
> /MISC/
> * PRODOS SYS 035 02/12/1996 12/28/2001 17,128  
> * BASIC.SYSTEM SYS 021 01/06/1992 08/14/2003 10,240 A=$2000 
> * STARTUP BAS 006 08/12/2003 08/14/2003 2,081 A=$0801 
> * RAND1 BAS 001 08/01/2003 08/14/2003 283 A=$0801 
> * RAND2 BAS 001 08/02/2003 08/14/2003 325 A=$0801 
> * ROD.BAS BAS 001 07/23/2003 08/14/2003 182 A=$0801 
> * ROD.BIN BIN 010 08/11/2003 08/14/2003 4,162 A=$0800 
> * ROD.0 BIN 001 11/11/1998 08/14/2003 434 A=$2000 
> * HEX.DEC BIN 001 03/28/1987 08/14/2003 508 A=$4000 
> * SRC DIR 001 08/27/2003 08/14/2003 512  
>     ROD.S TXT 007 08/04/2003 08/14/2003 2,725  
>     ROD.P TXT 003 08/09/2003 08/14/2003 630 L=2 
>     DF.P TXT 007 08/27/2003 08/26/2003 2,930 L=2 
>     HD.P TXT 004 08/10/2003 08/14/2003 1,375 L=2 
>     HEX.DEC.S TXT 007 03/28/1987 08/14/2003 3,016  
>     LORES.I TXT 006 08/06/2003 08/14/2003 2,370 L=2 
>     MTR.S TXT 001 08/26/2003 08/27/2003 460  
>     DEBUG.P TXT 003 08/13/2003 08/14/2003 566 L=2 
> * DF SYS 013 08/25/2003 08/25/2003 5,640 A=$0800 
> ProDOS format; 73728 bytes free; 69632 bytes used.
> 
> [john:java/AppleCommander/src] matthews% java ac -l pascal1.dsk 
> 
> APPLE1
> 12/09/60 032 datafile SYSTEM.APPLE 
> 10/06/61 041 codefile SYSTEM.PASCAL 
> 06/04/58 001 datafile SYSTEM.MISCINFO 
> 10/08/61 047 codefile SYSTEM.EDITOR 
> 10/02/61 028 codefile SYSTEM.FILER 
> 10/03/61 034 datafile SYSTEM.LIBRARY 
> 07/14/58 002 datafile SYSTEM.CHARSET 
> 09/01/60 014 datafile SYSTEM.SYNTAX 
> Pascal format; 38400 bytes free; 104960 bytes used.
> 

Way cool!

Either I'm blind or there's nothing wrong with the dates in either 
Pascal or ProDOS?  Unless you fixed it, of course.

And to think I was debating on what other info would help out!  When 
you're done having fun, pass it back and I'll add it into 
AppleCommander.  (Well, mostly just add it into an applecommander 
package and then just commit it to CVS.)

Presumably you're using the object model - anything missing or hard to 
understand?  In particular, I'm thinking of the Disk classes.
-Rob