Hi! On Tue, Nov 13, 2012 at 12:37:22AM +0100, Oliver Schmidt wrote: > As far as I know cc65 programs have this BASIC "SYS xxxx" stub. > Wouldn't "removing" that be the solution? If there's some nice Kernal > routine that does what a BASIC "NEW" does then it might be as cheap as > 2 bytes additional bytes (JMP $xxxx instead of RTS)... That's correct, but that would mean I'm actually forced to reload programs each time, I want to run them. Currently I just type RUN to run the program a second time, and if there are problems I know that this wont't work and I will have to reload it. Calling NEW at the end of the program would remove that possibility. Since this doesn't seem to have caused trouble in the last 10 or 15 years, I would prefer to leave it as is. Regards Uz -- Ullrich von Bassewitz uz@musoftware.de ---------------------------------------------------------------------- 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 Nov 13 19:31:03 2012
This archive was generated by hypermail 2.1.8 : 2012-11-13 19:31:07 CET