Apple I Features:

Microprocessor:                         Mos Technology 6502
    • Micorprocessor Clock Frequency:   1.023 MHz
    • Effective Cycle Frequency:        0.960 MHz    
      (Including Refresh Waits)
Memory:                                 16-pin, 4K Dynamic, type 4096 (2104)
    • On-board RAM Capacity:            8K bytes (4K supplied)
    

Other Features:
    • dynamic memory
    • "contains resident system monitor software, enabling the user, via the keyboard
       and display, to write, examine, debug, and run programs efficiently"
    • Display contains its own memory

I/O
    • Output is formatted to 40 chars/line, 24 lines/page
    • Each Character is 5x7 pixels
    • Autoscrolling
    • The Apple I only accepts "upper case alpha (A-F, R)."


??? Simulating the "bread board area" ???
??? Simulation the graphics display per tom's website ???

::::::First run:::::
Hit the RESET button to enter the system monitor. A backslash should be displayed and the cursor shoulddroptothe next line.

SECOND:
Type- 0 : A9 b 0 b AA b 20 b EF b FF b E8 b 8A b 4C b 2 b 0 (RET)
(0 is a zero, NOT an alpha "O"; b means blank or space; and (RET) hit the "return" key on the keyboard)

THIRD:
Type- 0.A (RET)
(This should print out, on the display, the program you have just entered.)

FOURTH:
Type- R (RET)
(R means run the program.)


THE PROGRAM SHOULD THEN PRINT OUT ON THE DISPLAY A CONTINUOUS STREAM OF ASCII CHARACTERS. TO STOP THE PROGRAM AND RETURN TO THE SYSTEM MONITOR, HIT THE "RESET" BUTTON. TO RUN AGAIN, TYPE: R (RET). 