From: Christian Groessler (cpg_at_aladdin.de)
Date: 2002-07-22 23:46:54
On 2002-07-18 18:22:23 Shawn Jefferson wrote: > PS. Does anybody (Christian?) know the lowest start address that I > can use for a program? 2E00 seems high to me... 2000 seems to work > with SpartaDOS, what about AtariDOS, MyDOS, etc..? I originally had $1F00 as start address. After losing one day debugging the serial routines I noticed that my problems came from the program overwriting parts of the rs232 driver. In order to avoid such problems in the future I upped the start address to $2E00. I got this number from the kermit65 program which loads at $2D20. I rounded this up to $2E00 to be on the _really_ safe side :-) regards, chris PS: you can get my conversion of the kermit65 source to ca65 at ftp://ftp.groessler.org/pub/chris/cc65/kermit65_cc65.0.1.tar.gz ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-07-22 23:47:55 CEST