Tag: Call-A.P.P.L.E. Magazine
21 March 1978Time: 1905Place: Burien Empire Electronics The meeting was held at Empire Electronics in Burien. Val Golding called the meeting to order at 7:05 and led the introductions to the 17 members present. The treasurers report indicated a bank balance of $73. 50, of which 33.55 is earmarked for pre-planned expenditures. Burt Webb reported on the 19″ color monitor s discussed at the previous meeting. They were made in Canada and designed for use in pubs and arcades. There…
As stated elsewhere in this issue, Apple Computer plans a new edition of Applesoft on tape about six weeks hence. They have requested that users advise them as soon as possible of any bugs they have encountered. This goes for Integer Basic, as well. This is a project in which EVERYONE can contribute. LET’S DO IT NOW, at this coming meeting. Make a list out, as soon as you read this, any basic bugs you are aware of, and bring…
February 1978 MeetingDate: 21 February 1978Time: 7pmLocation: Computerland Federal Way Minutes: We met at Computerland in Federal Way, and Val Golding called us to order at 7:05 PM. A motion was approved to call ourselves A P.P.L.E., standing for Apple Pugetsound Program Library Exchange. Val was unanimously elected president and Mike Thyng was elected Secretary. Other duties will be shared between them. Informality was stressed in the meeting, in order to best follow the purposes of the group: to exchange…
As we indicated last month, we need your software for our library, in order to make it available to others. You can help cut down on our processing time by observing the following guidelines. All programs should be completely self-prompting. This means all user instructions should be embedded within the program as “print” statements, so the user can run the program Without any additional information at all. Please state the language the program is written in, i. e., Integer BASIC,…
by Dana Redington,Apple Computer, Inc. A number of exciting software/firmware items will be forthcoming shortly from Apple. Included are a number of revised demo tapes and an extensively modified Star Wars program, which will have many new features, including more areas of action and additional sound effects. All will be available from your local Apple dealer, as well as from the club. In firmware, a utility ROM has been scheduled for production in the next six weeks and will feature…
The following recipe will save you loading time on your Applesoft programs. 1. Load Applesoft 2. Do not “RUN” it. 3. Using the DEL command, delete lines 0,940, inclusiv. 4. Enter this line: 950 POKE 18,255 This will give you a preset version of Option 1, Applesoft graphics mode. 5. “SAVE” this at the beginning of a blank cassette and follow it with saves of programs written in Option 1. For Option 2, do the same except make line 950…
The Apple II paddle I/O Port is immediately available to connect an RS232 type. serial mode printer. Tom Geer, of the Empire Electronics store in Burien is probably the first person in the area to have a TTY up and running. If you ask, Tom would probably be glad to give you some hints on how to proceed. There is a simple machine language program in the revised Apple II manual to enable a printer. Empire has ordered a number…
The Texas Instruments Programmer is a unique calculator which provides immediate conversions from, and 4-function calculations., Base 8 (Octal), Base 10 (Decimal) and Base 16 (Hexidecimal). It will also manipulate bits in Hex and Octal modes, with One’s and Two’s, compliments, logical and, or, not and exclusive or, as well as shift left and right functions. Binary conversions are printed on the face, above the appropriate digits, and the machine performs floating point” negative balance arithmetic in decimal mode. It…
Bob Huelsdonk and Val Golding have been hard at work assembling new programs for the software library. See the complete listing below which includes many new programs. Programs from the A.P.P.L.E. library may be ordered as follows: For copies on cassette, send $1. 00, along with 35¢ in postage, a self addressed letter size envelope and the names of the programs desired, to Val. For listings only, a self addressed, stamped envelope. As soon as Val has a printer up…
Loosely translated, this means there can be no output without input and effort. In order to make this group a success, we need, member input in the form of both articles for the newsletter, and programs for the library. Have you found a sneaky thing your Apple does that is not in the manual? Let us in on the secret with a brief description or storyfor the newsletter. We also need to build our program library. If you have written…
…is the tentative title for this newsletter. The name was chosen with some thought. That Basic (no pun intended) purpose of A.P.P.L.E. is a self-help service organization. If you need help, Call-A.P.P.L.E.. We will attempt to or assist you in solving you Apple-related problems and answer questions. If you stump us, we will try to obtain the answer from outside the group.
By Bob Huelsdonk and Val Golding A subroutine to find the Basic POKE statements for a machine language program or subroutine. Find the starting address of the routine you wish to Poke and convert that to Decimal. Now, in Basic, enter the following program. (n=starting address) 1000 A=n : B=A+19 1010 FOR 1= A TO B: PRINT I, PEEK(l): NEXT I 1020 X =PEEK (-16384) : POKE -16368, 0 : IF X=127 THEN 1030: GOTO 1020 1030 A=A+20: B=A+19: GOTO…
Apple PugetSound Program Library Exchange C/O Val J. Golding6708 39th Avenue SWSeattle, Wa. 98136(206) 937-6588 (Home)(206) 623-7966 (Office) February 9, 1978 Dear Apple Owner:The purpose of this letter is to form an Apple Computer users group, as indicated by the tentative name above, and to further the exchange of information and programs of interest to Apple owners and users. A preliminary meeting has been scheduled (or 7 PM Tuesday, February.2lst at Computerland, 1500 S. B6th St., Federal Way, Wa. 98003…