Home » Archimedes archive » Apps » Archimedes Basic Compiler 3.00 (1991)(Oak Solutions).adf » Examples/Error1
Examples/Error1
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 » Apps » Archimedes Basic Compiler 3.00 (1991)(Oak Solutions).adf |
Filename: | Examples/Error1 |
Read OK: | ✔ |
File size: | 004B bytes |
Load address: | FFFFFB43 |
Exec address: | 5B75BD0A |
File contents
10 REM >Examples.Error1 20 A% = a 30 B% = b 40 C% = 3 50 D% = A% * B%
� >Examples.Error1 A% = a B% = b ( C% = 3 2 D% = A% * B% �
00000000 0d 00 0a 17 20 f4 20 3e 45 78 61 6d 70 6c 65 73 |.... . >Examples| 00000010 2e 45 72 72 6f 72 31 0d 00 14 0b 20 41 25 20 3d |.Error1.... A% =| 00000020 20 61 0d 00 1e 0b 20 42 25 20 3d 20 62 0d 00 28 | a.... B% = b..(| 00000030 0b 20 43 25 20 3d 20 33 0d 00 32 11 20 44 25 20 |. C% = 3..2. D% | 00000040 3d 20 41 25 20 2a 20 42 25 0d ff |= A% * B%..| 0000004b