[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where do I find the start-of-program pointers in Applesoft?



In article <1993Feb11.200529.24862@ee.rochester.edu>, seah@ee.rochester.edu (David Seah) writes:
|> [stuff deleted]
|> Yup.  The memory is fading, but I believe the locations were 103 and 104
|> decimal.  I think I had to POKE the new location, then run the program again
|> for DOS 3.3 to set itself up again.  So try something like:
|> 
|> 10	NA=3073 : REM Hex $C01
|> 20	POKE 103,NA-INT(NA/256)*256 : POKE 104,INT(NA/256)
|> 30	?CHR$(4)"RUN PROGRAM"
|> 
I'm not sure, but I think you also have to poke a zero in the location directly
below the program (3072 in this case). Try and insert the following line:

15   POKE NA-1,0

|> [stuff deleted]
|> 
|> -- 
|> Dave Seah (seah@ee.rochester.edu, AFCDaveS@aol.com)
|> That's Rochester, New York!

Stefan Voss
(voss@ira.uka.de)