OK, I got Uz's example working and now I'm trying to push the envelope a big. The SCRORG routine sets the X and Y registers with the dimensions of the screen in addition to setting the width in the Accumulator. So, I've updated my method signature to: unsigned char getScreenSize( unsigned char* x, unsigned char* y) After calling the kernel routine, what is the preferred method for reading the values of the registers into variables (in this case the x and y parameters)? I found the *regs* struct but it doesn't seem to be used in any of the examples, so I'm not quite sure what's the best way to use it. My initial attempts have failed (I'll save posting the code to avoid massive embarrassment at the complete fail). ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Fri Apr 23 00:16:46 2010
This archive was generated by hypermail 2.1.8 : 2010-04-23 00:16:49 CEST