[cc65] VICE/NESICIDE integration

From: Christopher Pow <christopher.s.pow1gmail.com>
Date: 2012-03-27 17:21:37
I am trying now with VICE 2.3.16 *UNSTABLE* (win32 x86 msvc).  It
seems to be much better in terms of responsiveness.  I don't have to
hover over the VICE window to get it to respond to commands.

I am now able to load ManicMiner.c64 but here's how I had to do
it...by issuing the following monitor commands:

reset
until $e5d1
exit
<wait-for-response> [look for monitor indication that UNTIL has been hit]
l "C:\Users\Christopher\Projects\C=64\ManicMiner\ManicMiner.c64" 0
exit

[I also wait for responses between each command]

The reason I had to do it this way is that it seems that I'm locking
up the machine if I try to just do a "load" right after connecting or
right after reset [makes sense, anyway].  So, I thought I'd check to
see what address the machine is at when it's sitting at the READY
prompt.  $e5d1 is what I got, so $e5d1 is what I used.

It seems to me there must be an easier method to determine whether or
not the machine is ready for a "load" command?

Anyhow, with the above, I can see that I've loaded the file:
http://i.imgur.com/h5Jgt.png

Is it safe to assume that the base address of the STARTUP segment is
where I want to "goto" to to start the program?  From experimentation
it seems to be so.

Christopher
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Mar 27 17:21:51 2012

This archive was generated by hypermail 2.1.8 : 2012-03-27 17:21:54 CEST