Apple I

The Apple I in Europe

APPLE COMPUTER COMPANY
770 Welch Rd. Suite 154
Palo Alto, CA 94304
(415) 326-4248

Mr. Peter Vizenetz,

Enclosed is the Apple Computer, Cassette Interface, and additional 4K of memory which you have ordered. I can ship the additional unit the last week of September.

Computer Type: 
Manufacturer: 

Example of how to run BASIC on an Apple I - with LOMEM

EXAMPLE OF HOW TO RUN BASIC ON AN APPLE I - setting LOMEM _____________________________________________________________ \ press reset C100R run cassette program

Computer Type: 
Manufacturer: 

Example of how to run BASIC on an Apple I - not setting LOMEM

EXAMPLE OF HOW TO RUN BASIC ON AN APPLE I - not setting LOMEM _____________________________________________________________ \ press reset C100R run cassette program

Computer Type: 
Manufacturer: 

Nelson's Tic-Tac-Toe

[code] TIC-TAC-TOE programmed in Apple Basic by Larry Nelson December, 1977 1 DIM A(9) 10 PRINT " TIC-TAC-TOE" 20 PRINT 30 PRINT "WE NUMBER THE SQUARES LIKE THIS:"

Computer Type: 
Manufacturer: 

Source Code

>LIST
100 PRINT "R E V E R S E": PRINT

110 DIM A(9), B(9)
115 T=0
120 FOR I=1 TO 9: A(I)=0 : NEXT
I
130 FOR I= 1 TO 9
140 J= RND (20) +1
150 IF J>9 THEN 140
160 IF A(J)#0 THEN 140

Computer Type: 
Manufacturer: 

Reverse

The rules for REVERSE

The object of REVERSE is to play a list of the digits from 1 to 9 which
are in random order into order from 1 to 9 in as few moves as possible.

Each move consists of reversing from 2 to 9 digits starting from the leftmost

Computer Type: 
Manufacturer: 

Stopwatch for Apple I

[code]1 REM "STOPWATCH" 2 REM APPLE I VERSION 3 REM ADAPTED BY LARRY NELSON 4 REM MARCH 12, 1978 5 REM 120 PRINT: PRINT "REAL-TIME CLOCK AND STOPWATCH" 130 PRINT: PRINT "TO STOP TIME, HIT ANY KEY"

Computer Type: 
Manufacturer: 

Stopwatch for the Apple II

>LIST 5 REM "STOPWATCH" 6 REM ^^^^^^^^^ 7 REM 8 REM BY BOB HUELSDONK & 9 REM VAL GOLDING 10 REM 11 REM APPLE PUGETSOUND PROGRAM 12 REM LIBRARY EXCHANGE

Computer Type: 
Manufacturer: 

Apple Pugetsound Group

April 4, 1978 Dear Joe: Sorry to be so long between letters, but I just don't have all that much time to write. I shipped your cassettes UPS last nite.

Computer Type: 
Manufacturer: 

Results

Computer Type: 
Manufacturer: 

Pages

Subscribe to Apple I