[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adventures in Lasing ;)
mjmahon@aol.com (Michael J. Mahon) wrote in message news:<20030324143032.08747.00003115@mb-cg.aol.com>...
> In article <9307085f.0303240653.4e1fe930@posting.google.com>,
> steve@dosius.zzn.com (Dosius) writes:
>
> >:\ If only I knew how to read a ROM chip. I always dump to disk ;)
>
> That _is_ the easiest way to read a ROM.
>
> Just insert the ROM into the socket of a ROM you won't need to
> read it and save it to disk (like a slot card that's not in use and
> has the same ROM size). After it's inserted, boot the system,
> select the slot ROM, and copy it to a safe region of RAM. Then
> BSAVE the image to disk.
>
> The image can be BLOADed anytime you want to take a look
> at it, and work on it with, say, disassembly tools.
>
> -michael
>
> Check out amazing quality 8-bit Apple sound on my
> Home page: http://members.aol.com/MJMahon/
That's a bit more complex than I meant ;)
I meant, do a simple memory move on the code in its original location
and then BSAVE it.
-uso.