Re: Loading image-file in SID.

"Frank Ch. Eigler" <[email protected]> Mon, 19 Jul 2010 07:09:38 -0400
Newsgroups gmane.comp.emulators.sid.devel
Message-ID <[email protected]>
Hi -

On Mon, Jul 19, 2010 at 04:34:44PM +0530, Deaf Beed wrote:
> I have been playing around with SID for a while and have created a
> component of mine.  [...]

Great.  Please feel free to contribute any pieces you are able.

> [...]  I realize that the PC also needs to be set and tried to do
> that using "set cpu pc (int of)0x8040" but without any
> success. Could you please suggest the required changes,
> etc. required to load and run and arbitrary image using SID alone?

Certainly.  See the sw-load-elf component, for example as configured
by the bsp/configrun-sid perl script.  It connects to a memory mapper
bus (to write into memory), and a CPU (the start-pc-set! pins)

- FChE