Команды LOAD и CLOAD используются для загрузки бейсиковских

Команды LOAD и CLOAD используются для загрузки бейсиковских программ. Чтобы загрузить программу в машинных кодах, нужно после ресета, удерживат кнопки START и OPTION, пока компьютер не "пикнет" - это значит, что компьютер готов принимать информацию с магнитофона.
Это я прочёл здесь :

faqs.org/faqs/atari-8-bit/faq/

Subject: 3.3) How do I run a program from cassette?

To run an Atari BASIC program from cassette:

1. Place the cassette in the recorder.
2. Press REWIND of FORWARD, if necessary, to bring the tape to the position
where the program is located.
3. Boot the computer to the Atari BASIC READY prompt.
4. There are several possibilities for the next step, depending on how the
program was saved, and whether you want to run the program or just load
it into RAM. Enter one of the following four commands:
a. CLOAD loads programs saved with CSAVE
b. LOAD "C:" loads programs saved with SAVE "C:"
c. ENTER "C:" loads programs saved with LIST "C:"


d. RUN "C:" loads&runs programs saved with SAVE "C:"

] Relative efficiency of the three cassette tape recording techniques:
] CSAVE/CLOAD - most efficient - fastest saves/loads - tokenized files
] SAVE "C:"/LOAD "C:" - middle efficiency - middle speed - tokenized files
] LIST "C:"/ENTER "C:" - least efficient - slowest - straight ATASCII

5. The computer will "beep" as a signal for you to press PLAY on the recorder.
6. Press the RETURN key on the computer keyboard, and the program will load
into the computer.
7. Press STOP on the recorder when loading has finished.
8. Unless you entered RUN "C:" above, now enter the command: RUN

To run an Atari BASIC or machine language program from cassette upon
startup:

1. Place the cassette in the recorder
2. Press REWIND of FORWARD, if necessary, to bring the tape to the position
where the program is located.
3. Turn on the computer while holding down the START key.
But if your computer has Atari BASIC built-in and you're running a machine
language program, hold down both the START key and the OPTION key.
4. The computer will "beep" as a signal for you to press PLAY on the recorder.
5. Let go of the START/OPTION button(s).
6. Press the RETURN key on the computer keyboard, and the program will load
into the computer.
7. Press STOP on the recorder when loading is complete and the program is
running.