Problem running BASIC?

8 posts / 0 new
Last post
Offline
Last seen: 4 years 1 month ago
Joined: Oct 15 2013 - 14:00
Posts: 17
Problem running BASIC?
AttachmentSize
Image icon IMG_5287.jpg1.11 MB

Hi,

A few questions regarding loading and running BASIC.

I am usually able to successfully load BASIC using the Basic.aiff file on this page http://www.apple1notes.com/old_apple/Programs.html
I get the / char returned and try running E000R and get the output shown in this pic.
http://imgur.com/KjfnFbb
Can anyone give me a hint what might be happening? I never get the > prompt on this machine. (Previously I was able to load and run BASIC on another Apple 1 and it worked as expected.) I was guessing a memory issue, but swapped out the RAM for (what I think is) good RAM and get the same result.

I am able to load and run the Life.aiff program on that page with no difficulty.

I also tried the Houston BASIC file with similar results...doesn't work.

Finally, a few questions about the instructions on that page. For the BASIC file, it says Load - E000.EFFFR, Run - E000R, EFFE,EFFF = 0C E0
What is the significance of the EFFE.EFFF = 0C E0?

On the Houston BASIC file it says Load - E000.EFFFR 0300.035FR
What is the significance of 0300.035FR? Should I be entering the entire E000.EFFFR 0300.035FR into the cassette loader?

I want to be sure I'm not missing a step and am follow the load and run instructions properly.

Thanks,

Win

Offline
Last seen: 1 month 3 weeks ago
Joined: Jun 5 2008 - 07:26
Posts: 475
Re: Problem running BASIC?

two things

On the Apple 1, you should always check that you have a good load after reading a file from cassette tape - last two bytes (EFFE and EFFF) should be 0C E0 after the read of BASIC completes. Type EFFE.EFFF after the load to see the last two values that were loaded into memory. Since the cassette data is a serial stream, if a bit is picked or dropped somewhere along the way, there is a good chance the last two bytes will not be correct.j The Huston BASIC includes an extra checksum algorithm at 300.35F that checksums the entire BASIC load. I have found checking the last two bytes is sufficient in practice and don't utilize this extra check.

Run a good memory test to verify memory is completely functional

Chances are one of these two checks will reveal where the problem lies.

regards,
Mike Willegal

Offline
Last seen: 1 week 4 days ago
Joined: Oct 9 2011 - 12:54
Posts: 1352
Re: Problem running BASIC?

Mike is right you need to check the memory. You could also be getting a bad read on the basic audio file. What are you loading it with and what is the volume setting.

Also you could have a memory addressing problem. Are you sure your memory is jumpered correctly for basic? Make sure you don't have any metal lint or solder whiskers on the back of the board. That can cause problems.

Also are you using 74ls257 or 74s257 and which brand/package. I have seen some problems here with ACI reliability. You must use the "S" and not "LS" and some S don't seem to make the ACI work consistently.

Also what cap did you use on the ACI, the .01 or .1 some ICs are sensitive and the .1 can make a difference but in some cases not.

Worst case I can make/mail you an actual Basic cassette by saving a copy of loaded basic if you want to try that.

Cheers,
Corey

Offline
Last seen: 4 years 1 month ago
Joined: Oct 15 2013 - 14:00
Posts: 17
Re: Problem running BASIC?

Thanks Mike. I'll check the last two bytes next time I load.

I saw a post for a memory test routine for the Apple I and II so I can give that a try.

Win

Offline
Last seen: 11 months 1 week ago
Joined: Sep 4 2009 - 21:04
Posts: 127
Re: Problem running BASIC?

The E0 response you get when you try to run is what you would see if there is no memory at $E000. Make sure you have the jumper to E.

wsander

Offline
Last seen: 4 years 1 month ago
Joined: Oct 15 2013 - 14:00
Posts: 17
Re: Problem running BASIC?

I'm loading with an IPhone at about 75% volume (I've also tried higher volume but have had the most luck getting the / at about 75%). I'm using one of Mike's repro ACI cards. I've used this same setup (same iPhone and ACI) on a different Apple 1 and it worked.

I'll check the 74x257s. Not sure what brand and if they are l or ls, but I did try swapping them out and same results.

The big question for me is how I should have the memory jumpered for BASIC? I have it jumpered currently according to the A1 schematic note. How should it be configured?

Thanks!

Win

Offline
Last seen: 11 months 1 week ago
Joined: Sep 4 2009 - 21:04
Posts: 127
Re: Problem running BASIC?

W should be wire jumpered to E and not be bridged to 1.

wsander

Offline
Last seen: 4 years 1 month ago
Joined: Oct 15 2013 - 14:00
Posts: 17
Re: Problem running BASIC?

That was the problem. It's working now. Thanks guys.

Win

Log in or register to post comments