On Sat, Mar 20, 2004 at 04:52:24PM -0500, Glenn Jones wrote: > Anyone else using the builtin debugger on the Apple II paltform ? ... > > I am having a few problems using it > > a) G command followed by 4 byte address locks up the machine You punch in the address, then G...for instance, if you wanted to warm-start the system, you'd enter 3D0G. > b) while sitting on a brk instruction (with out changeing the PC or doing a > skip) pressing space or other non command keys changes the SP value in the > processor window. Hmm...this is the Monitor you're talking about, right? I found this: http://members.buckeye-express.com/marksm/6502/MONREF.HTM The enhanced IIe, at least, doesn't seem to handle the S (step) and T (trace) commands. (It doesn't behave as the aforementioned webpage describes, anyway.) If you're using G (go) to continue after a break, the Monitor JSRs to the address you give it. That's going to push an address onto the stack, but that address won't get pulled off if a BRK terminates execution. Pressing the spacebar by itself should do nothing, as the Monitor gathers up a line of text and deals with the whole thing after you press Return. _/_ / v \ Scott Alfter (remove the obvious to send mail) (IIGS( http://alfter.us/ Top-posting! \_^_/ rm -rf /bin/laden >What's the most annoying thing on Usenet? ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Wed Mar 24 18:36:42 2004
This archive was generated by hypermail 2.1.8 : 2004-03-24 18:36:48 CET