Home » Archimedes archive » Acorn User » AU 1993-08.adf » !BasicProg_Basic » Listing1

Listing1

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1993-08.adf » !BasicProg_Basic
Filename: Listing1
Read OK:
File size: 0079 bytes
Load address: 0000
Exec address: 0000
File contents
    1REM >Listing1
    2:
    3INPUT "What is your name? "name$
    4PRINT "Hello ";name$;"."
    5PRINT "Welcome to the world of Basic."
    6END
� >Listing1
:
 � "What is your name? "name$
� "Hello ";name$;"."
&� "Welcome to the world of Basic."
�
�
00000000  0d 00 01 0f f4 20 3e 4c  69 73 74 69 6e 67 31 0d  |..... >Listing1.|
00000010  00 02 05 3a 0d 00 03 20  e8 20 22 57 68 61 74 20  |...:... . "What |
00000020  69 73 20 79 6f 75 72 20  6e 61 6d 65 3f 20 22 6e  |is your name? "n|
00000030  61 6d 65 24 0d 00 04 18  f1 20 22 48 65 6c 6c 6f  |ame$..... "Hello|
00000040  20 22 3b 6e 61 6d 65 24  3b 22 2e 22 0d 00 05 26  | ";name$;"."...&|
00000050  f1 20 22 57 65 6c 63 6f  6d 65 20 74 6f 20 74 68  |. "Welcome to th|
00000060  65 20 77 6f 72 6c 64 20  6f 66 20 42 61 73 69 63  |e world of Basic|
00000070  2e 22 0d 00 06 05 e0 0d  ff                       |.".......|
00000079