Re: [stella] Poor man's cart dumper

Subject: Re: [stella] Poor man's cart dumper
From: "Fred Quimby" <c9r@xxxxxxxxxxx>
Date: Sun, 14 Aug 2005 16:55:37 -0400
All praise be unto perl...

>On Sunday 14 August 2005 05:46, Glenn Saunders wrote:
> > BTW, what kind of program would you use to convert
> > this raw hex format into a binary?
>
>perl -pe 's/([0-9a-fA-F]{2})/chr(hex($1))/eg' <dump.txt >dump.bin
>
>Rob
>
>
>Archives (includes files) at http://www.biglist.com/lists/stella/archives/
>Unsub & more at http://stella.biglist.com
>


Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://stella.biglist.com

Current Thread