Can I -- Convert M/L code to BASIC ?



I stumbled on a something tonight, that seems to work, like nothing I
have seen before ( at least not as fast ! )

It is a dis-assembler, that whacks a PRG file or P00 file ( Forest
Mooks favovorite file type LOL )

and dis-assemble's the file into RAW M/L code --in a flash !!

I am NOT an M/l programer... but this little utility seem's to kick
some serious ash.

Below is a partial listing of the dis-assembled code it spit out for
a disk directory printing utility.(repeat PARTIAL)

.. 0801 14 08 NO2 $08,X
.. 0803 01 00 ORA ($00,X)
.. 0805 86 41 STX $41
.. 0807 24 28 BIT $28
.. 0809 31 30 AND ($30),Y
.. 080b 30 29 BMI $0836
.. 080d 3a NO1
.. 080e 8d 33 30 STA $3033
.. 0811 30 30 BMI $0843
.. 0813 00 BRK
.. 0814 1e 08 02 ASL $0208,X
.. 0817 00 BRK
.. 0818 8d 34 30 STA $3034
.. 081b 30 30 BMI $084d
.. 081d 00 BRK
.. 081e 28 PLP
.. 081f 08 PHP
.. 0820 03 00 ASO ($00,X)
.. 0822 8d 35 30 STA $3035
.. 0825 30 30 BMI $0857
.. 0827 00 BRK


=== so with "this" in hand...

#1. -- Is there a utility, I can use to convert it "all the way"
back to BASIC ( so I can understand it ?? )

The utility itself, has a Windoze version, and DOS.... both will spit
out a TXT file, of the code of a PRG file in SECOND'S !, that you
"could" ?? edit and re-assemble back to a PRG file ( I assume)

I want to take the M/L code to BASIC... and look at it (any
idea's ?)

Rick

P.S. --- I have emailed the author of this program, to see if it's OK
to mention his webpage.... the program itself was found by a "deep
search" accident, and when it was posted ( 2006) ... it was a Beta
Test, of a project, and I find no link to a new (or public release)
version...( so don't ask me yet, where I found it --but it does
exist--)

P.S.S. == those of you who wonder why I say Mr. Mook's "favorite" file
type is a P00 file, need to look at his source code for the D64
Editor program he has released for all of us.
http://almighty.c64.org (I hope I got the link right )....... it
is my personal recomendation for a D64 file utility for Windoze...
even if he "seems" to dis-like P00 files some-what
.