Apple for the Teacher Part I

by Ted Perry Call-A.P.P.L.E. MagazineJuly / August 1979 When I was asked to help put together a CAI (Computer Assisted Instruction) subgroup, I naively said I would. The demands of correspondence quickly overran my capabilities to respond and the initial influx of programs overran my ability to document. Now with the help of a group of dedicated computer aficionados, the correspondence is under control and the documentation is in process. In this first article I would like to describe the…

Bytes From The Apple

Software Stuff; etc., etc., etc., etc., etc., etc., etc., etc. , etc., etc., etc., etc., etc., etc., We’re a little late, so that’s all for now! But seriously, folks, we are still suffering growing pains, and putting out this growing magazine is no small job, despite the everincreasing assistance we are receiving . When Call-APPLE is under preparation, all other works ceases. This means that for certain periods of time, growing longer each month, orders do not get mailed out…

Bytes from the Apple

The BIG NEWS for this issue is APPLESOFT WORKSHOP is here! The cost is S6.41 postpaid, and orders will be accepted, subject to the following conditions: This preliminary version will be updated several times over the next few months. Updates will be available at $2.00 postpaid. This version is disk-dependent in that it requires disk for certain routines, including Append. Every attempt has been made to debug it, but some may still remain. Please allow 30 days for delivery on…

Use of Apple II Color Graphics in Assembly Language

The APPLE-II color graphics hardware will display a 40H by 48V grid, each position of which may be anyone of 16 colors. The actual screen data is stored in 1 K bytes of system memory, normally locations $400 to $7FF.(A dual page mode allows the user to alternatively display locations $800 to $BFF). Color displays are generated by executing programs which modify the “screen memory.” For example, storing zeroes throughout locations $400 to $7FF will yield an all-black display while…

Card Shuffling Caution

The last 90 days or so have seen a tremendous influx of peripheral equipment available for the Apple II, much in the form of plug in cards. Cliff Gazaway of ComputerLand has told us numerous sad tales of  mishaps that have occurred while changing cards. Here are two prime rules to follow: 1. NEVER plug a card in or out while the power is on. 2. Wait a  minimum of 10 seconds after the power is off,  before pulling a…

Computerland Ad

September Meeting Notice

A.P.P.L.E. Meeting Minutes

The September meeting will be held on the second Tuesday of September instead of the usual third Tuesday.  The occasion for this being an appearance “on the scene” by Mr. Randy Wiggington of Apple Computer, Inc.  We would like to take this opportunity to thank Randy for his interest in the group and also to Bob Huelsdonk who was instrumental in arranging for Randy to appear. We are not certain just what will go on at the meeting, other than…

The Program They Said Couldn’t Be Written

The Aldrich brothers strike again.  Remember, folks, you read it first in Call-A.P.P.L.E..  “Convert”, by Ron Aldrich using the disk, will create a text file from an Integer BASIC program listing, call Applesoft, and presto, your program has been converted.   After Conversion, list it out and note all the lines that need to be changed to conform to the Applesoft format. This means that the Integer commands that are not compatible with Applesoft must be changed.  For example:  TAB must…

Automated Training Systems Ad

Empire Electronics Ad

And Now, The ROM…

Here is a quickie about setting up the APPLESOFT ROM card.  First, as the instructions indicated, this card will function only in Slot #0 of your Apple ][.  This card allows you to make a choice of whether you want Integer BASIC or APPLESOFT to be called with Control-B after you power up.  If the switch is in the down position, APPLESOFT will be selected.  In addition, it is not necessary to change the switch position to call the non-default…

Disk Documentation Flash

As we were going to press, we were handed a copy of the NEW documentation on Disk II.  We are pleased to report that this documentation, running nearly twice the length of the original.  It is far more concise and detailed and has a very good introductory section.  So all you gentle folk at Apple Computer, we retract (sort of) some of the nasty things we said in this month’s editorial (http://www.callapple.org/1978/08/01/an-a-p-p-l-e-editorial-2/). However, we still feel that the Disk II…

Write-A.P.P.L.E.

Dear Call-A.P.P.L.E. I am writing to say I am very impressed with the Call-A.P.P.L.E. newsletter.  It is not only informative, it is also very useful, particularly the section dealing with the System Monitor and Mini-Assembler, since I am especially Interested in Assembly Language.  How about making an Assembly Language Tutorial tape.  Also, how would I go about getting a copy of the listing for Integer BASIC? Linda Egan 6471 E. Nixon Street Lakewood, CA 90713     Dear Linda, if…

Write-A.P.P.L.E.

Dear Mr. Golding I recieved my July issue of Call-A.P.P.L.E. after joining the group.  I think you are doing a great job on Call-A.P.P.L.E.!  In Stopwatch (Library Pak 1A), the display flickers, this can be fixed by changing line 190: Change POKE 34,22 to POKE 34,24. I also have a question that others might be interested in too: How do you use HI-RES with Integer Basic >LOAD without asking the operator to manually enter >HIMEM: 8192?  By listing your program,…

Write-A.P.P.L.E.

To: Call-A.P.P.L.E. I purchased a set of 16K dynamic RAM from “Advanced Computer Products.”  They passed the memory test in a previous issue of this newsletter.  The price was eight chips for $200, with a six week delay waiting for their “same day shipment.”  Remember to have a set of three 14 pin sockets on hand for your memory select jumpers.  Thanks for telling how the HI-RES system handles the colors.  I wondered why my blue and green spaceships were…

Computerland Ad

A Disk Utility Program

Perhaps this may be the first disk program published for Apple’s new Disk II. If so, a feather for our cap! The “SAVE” program, listed in column two will ask the user to input the file names of six disk programs, start recording on tape and hit return. SAVE will then consecutively load from disk and save to tape, in one operation, the six named programs. A neat way to make a tape for a friend from your disk collection….

An A.P.P.L.E. Editorial

The big news story of this issue is obviously the arrival in town of Disk II and Applesoft II ROM. Rather than do a review, we have hidden behind the pretext of an editorial to state our feelings on the failings of Disk II and A/S ROM.  I’ve got a feeling I’m failing? (Oh dear! )) Applesoft II ROM for $100 is like buying 10K of memory for less than half price, since it frees that amount of RAM for…

Program to Initialize a Diskette

Note: In line 400 after the first quote, hit the Control key and the “D” key at the same time. This is how the disk system responds to commands within a Basic program, with Control D in a print statement.

Disk ][ And You

by John Covington Finally! !! Disk II is out. If you’re lucky, you will be able to play with one in your local computer store until yours arrives from Cupertino. That is what I have been doing this last week, and this article comes from using the disk and my varied background in Data Processing. Hopefully, I’ll be able to explain some of the HOWS and WHYS of the disk system and clear up some of the blind spots in…