Home » Archimedes archive » Archimedes World » AW-1997-01.adf » !RollDemo_RollOn » !RollDemo/Technical

!RollDemo/Technical

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 » Archimedes World » AW-1997-01.adf » !RollDemo_RollOn
Filename: !RollDemo/Technical
Read OK:
File size: 0638 bytes
Load address: 0000
Exec address: 0000
File contents
Roll On is written in pure ARM code (except the desktop front end (which is written in good old BASIC)).
the main game consists of 21044 lines of ARM code.
It runs in mode 13 updating at 50Hz.
Sound is replayed at a frequency of 10KHz.
Will run unaltered on ARM2/ARM250 and ARM3 machines with RISC OS 2 or 3 and only requires 1Mb RAM.
It has 42 levels.
It was programmed on my A3010 (2Mb, ARM250, RISC OS 3.11) and I have tested it on an A3000 (2Mb, ARM2, RISC OS 2).  
I haven't tested it on an ARM 3 machine but there's no reason why it shouldn't work, the wimpslot is only 640K so it should run OK on 1Mb machines.

Books used in this production:
Archimedes assembly language.
The RISC OS 3 Programmers reference manual.
A Beginner's Guide To Wimp Programming.
 Thanks go to the authors of the above books.

Well that's about it from me. If you want to read some more garbage from me read the scrolly (Select 'Scrolly..." from the icon bar menu)

I hope you enjoy the game, if not the learn to program (if you can't already) and write something better.

                                   THE END                                                            
--
_/_/_/_/_/ _/_/_/_/  _/_/_/_/  | To err is human,                        \|/
    _/     _/            _/    | but to really screw things up           o o
    _/     _/_/_/      _/      | requires a computer.                     L
_/  _/     _/        _/        | If however you want a real disaster...  \_/
_/_/_/     _/_/_/_/  _/_/_/_/  | you could always give me a call!
 
                  Jeremy Cooke - jeremy.c@zetnet.co.uk
00000000  52 6f 6c 6c 20 4f 6e 20  69 73 20 77 72 69 74 74  |Roll On is writt|
00000010  65 6e 20 69 6e 20 70 75  72 65 20 41 52 4d 20 63  |en in pure ARM c|
00000020  6f 64 65 20 28 65 78 63  65 70 74 20 74 68 65 20  |ode (except the |
00000030  64 65 73 6b 74 6f 70 20  66 72 6f 6e 74 20 65 6e  |desktop front en|
00000040  64 20 28 77 68 69 63 68  20 69 73 20 77 72 69 74  |d (which is writ|
00000050  74 65 6e 20 69 6e 20 67  6f 6f 64 20 6f 6c 64 20  |ten in good old |
00000060  42 41 53 49 43 29 29 2e  0a 74 68 65 20 6d 61 69  |BASIC))..the mai|
00000070  6e 20 67 61 6d 65 20 63  6f 6e 73 69 73 74 73 20  |n game consists |
00000080  6f 66 20 32 31 30 34 34  20 6c 69 6e 65 73 20 6f  |of 21044 lines o|
00000090  66 20 41 52 4d 20 63 6f  64 65 2e 0a 49 74 20 72  |f ARM code..It r|
000000a0  75 6e 73 20 69 6e 20 6d  6f 64 65 20 31 33 20 75  |uns in mode 13 u|
000000b0  70 64 61 74 69 6e 67 20  61 74 20 35 30 48 7a 2e  |pdating at 50Hz.|
000000c0  0a 53 6f 75 6e 64 20 69  73 20 72 65 70 6c 61 79  |.Sound is replay|
000000d0  65 64 20 61 74 20 61 20  66 72 65 71 75 65 6e 63  |ed at a frequenc|
000000e0  79 20 6f 66 20 31 30 4b  48 7a 2e 0a 57 69 6c 6c  |y of 10KHz..Will|
000000f0  20 72 75 6e 20 75 6e 61  6c 74 65 72 65 64 20 6f  | run unaltered o|
00000100  6e 20 41 52 4d 32 2f 41  52 4d 32 35 30 20 61 6e  |n ARM2/ARM250 an|
00000110  64 20 41 52 4d 33 20 6d  61 63 68 69 6e 65 73 20  |d ARM3 machines |
00000120  77 69 74 68 20 52 49 53  43 20 4f 53 20 32 20 6f  |with RISC OS 2 o|
00000130  72 20 33 20 61 6e 64 20  6f 6e 6c 79 20 72 65 71  |r 3 and only req|
00000140  75 69 72 65 73 20 31 4d  62 20 52 41 4d 2e 0a 49  |uires 1Mb RAM..I|
00000150  74 20 68 61 73 20 34 32  20 6c 65 76 65 6c 73 2e  |t has 42 levels.|
00000160  0a 49 74 20 77 61 73 20  70 72 6f 67 72 61 6d 6d  |.It was programm|
00000170  65 64 20 6f 6e 20 6d 79  20 41 33 30 31 30 20 28  |ed on my A3010 (|
00000180  32 4d 62 2c 20 41 52 4d  32 35 30 2c 20 52 49 53  |2Mb, ARM250, RIS|
00000190  43 20 4f 53 20 33 2e 31  31 29 20 61 6e 64 20 49  |C OS 3.11) and I|
000001a0  20 68 61 76 65 20 74 65  73 74 65 64 20 69 74 20  | have tested it |
000001b0  6f 6e 20 61 6e 20 41 33  30 30 30 20 28 32 4d 62  |on an A3000 (2Mb|
000001c0  2c 20 41 52 4d 32 2c 20  52 49 53 43 20 4f 53 20  |, ARM2, RISC OS |
000001d0  32 29 2e 20 20 0a 49 20  68 61 76 65 6e 27 74 20  |2).  .I haven't |
000001e0  74 65 73 74 65 64 20 69  74 20 6f 6e 20 61 6e 20  |tested it on an |
000001f0  41 52 4d 20 33 20 6d 61  63 68 69 6e 65 20 62 75  |ARM 3 machine bu|
00000200  74 20 74 68 65 72 65 27  73 20 6e 6f 20 72 65 61  |t there's no rea|
00000210  73 6f 6e 20 77 68 79 20  69 74 20 73 68 6f 75 6c  |son why it shoul|
00000220  64 6e 27 74 20 77 6f 72  6b 2c 20 74 68 65 20 77  |dn't work, the w|
00000230  69 6d 70 73 6c 6f 74 20  69 73 20 6f 6e 6c 79 20  |impslot is only |
00000240  36 34 30 4b 20 73 6f 20  69 74 20 73 68 6f 75 6c  |640K so it shoul|
00000250  64 20 72 75 6e 20 4f 4b  20 6f 6e 20 31 4d 62 20  |d run OK on 1Mb |
00000260  6d 61 63 68 69 6e 65 73  2e 0a 0a 42 6f 6f 6b 73  |machines...Books|
00000270  20 75 73 65 64 20 69 6e  20 74 68 69 73 20 70 72  | used in this pr|
00000280  6f 64 75 63 74 69 6f 6e  3a 0a 41 72 63 68 69 6d  |oduction:.Archim|
00000290  65 64 65 73 20 61 73 73  65 6d 62 6c 79 20 6c 61  |edes assembly la|
000002a0  6e 67 75 61 67 65 2e 0a  54 68 65 20 52 49 53 43  |nguage..The RISC|
000002b0  20 4f 53 20 33 20 50 72  6f 67 72 61 6d 6d 65 72  | OS 3 Programmer|
000002c0  73 20 72 65 66 65 72 65  6e 63 65 20 6d 61 6e 75  |s reference manu|
000002d0  61 6c 2e 0a 41 20 42 65  67 69 6e 6e 65 72 27 73  |al..A Beginner's|
000002e0  20 47 75 69 64 65 20 54  6f 20 57 69 6d 70 20 50  | Guide To Wimp P|
000002f0  72 6f 67 72 61 6d 6d 69  6e 67 2e 0a 20 54 68 61  |rogramming.. Tha|
00000300  6e 6b 73 20 67 6f 20 74  6f 20 74 68 65 20 61 75  |nks go to the au|
00000310  74 68 6f 72 73 20 6f 66  20 74 68 65 20 61 62 6f  |thors of the abo|
00000320  76 65 20 62 6f 6f 6b 73  2e 0a 0a 57 65 6c 6c 20  |ve books...Well |
00000330  74 68 61 74 27 73 20 61  62 6f 75 74 20 69 74 20  |that's about it |
00000340  66 72 6f 6d 20 6d 65 2e  20 49 66 20 79 6f 75 20  |from me. If you |
00000350  77 61 6e 74 20 74 6f 20  72 65 61 64 20 73 6f 6d  |want to read som|
00000360  65 20 6d 6f 72 65 20 67  61 72 62 61 67 65 20 66  |e more garbage f|
00000370  72 6f 6d 20 6d 65 20 72  65 61 64 20 74 68 65 20  |rom me read the |
00000380  73 63 72 6f 6c 6c 79 20  28 53 65 6c 65 63 74 20  |scrolly (Select |
00000390  27 53 63 72 6f 6c 6c 79  2e 2e 2e 22 20 66 72 6f  |'Scrolly..." fro|
000003a0  6d 20 74 68 65 20 69 63  6f 6e 20 62 61 72 20 6d  |m the icon bar m|
000003b0  65 6e 75 29 0a 0a 49 20  68 6f 70 65 20 79 6f 75  |enu)..I hope you|
000003c0  20 65 6e 6a 6f 79 20 74  68 65 20 67 61 6d 65 2c  | enjoy the game,|
000003d0  20 69 66 20 6e 6f 74 20  74 68 65 20 6c 65 61 72  | if not the lear|
000003e0  6e 20 74 6f 20 70 72 6f  67 72 61 6d 20 28 69 66  |n to program (if|
000003f0  20 79 6f 75 20 63 61 6e  27 74 20 61 6c 72 65 61  | you can't alrea|
00000400  64 79 29 20 61 6e 64 20  77 72 69 74 65 20 73 6f  |dy) and write so|
00000410  6d 65 74 68 69 6e 67 20  62 65 74 74 65 72 2e 0a  |mething better..|
00000420  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000430  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000440  20 20 20 20 54 48 45 20  45 4e 44 20 20 20 20 20  |    THE END     |
00000450  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000480  20 20 20 20 20 20 20 0a  2d 2d 0a 5f 2f 5f 2f 5f  |       .--._/_/_|
00000490  2f 5f 2f 5f 2f 20 5f 2f  5f 2f 5f 2f 5f 2f 20 20  |/_/_/ _/_/_/_/  |
000004a0  5f 2f 5f 2f 5f 2f 5f 2f  20 20 7c 20 54 6f 20 65  |_/_/_/_/  | To e|
000004b0  72 72 20 69 73 20 68 75  6d 61 6e 2c 20 20 20 20  |rr is human,    |
000004c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000004d0  20 20 20 20 5c 7c 2f 0a  20 20 20 20 5f 2f 20 20  |    \|/.    _/  |
000004e0  20 20 20 5f 2f 20 20 20  20 20 20 20 20 20 20 20  |   _/           |
000004f0  20 5f 2f 20 20 20 20 7c  20 62 75 74 20 74 6f 20  | _/    | but to |
00000500  72 65 61 6c 6c 79 20 73  63 72 65 77 20 74 68 69  |really screw thi|
00000510  6e 67 73 20 75 70 20 20  20 20 20 20 20 20 20 20  |ngs up          |
00000520  20 6f 20 6f 0a 20 20 20  20 5f 2f 20 20 20 20 20  | o o.    _/     |
00000530  5f 2f 5f 2f 5f 2f 20 20  20 20 20 20 5f 2f 20 20  |_/_/_/      _/  |
00000540  20 20 20 20 7c 20 72 65  71 75 69 72 65 73 20 61  |    | requires a|
00000550  20 63 6f 6d 70 75 74 65  72 2e 20 20 20 20 20 20  | computer.      |
00000560  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 4c  |               L|
00000570  0a 5f 2f 20 20 5f 2f 20  20 20 20 20 5f 2f 20 20  |._/  _/     _/  |
00000580  20 20 20 20 20 20 5f 2f  20 20 20 20 20 20 20 20  |      _/        |
00000590  7c 20 49 66 20 68 6f 77  65 76 65 72 20 79 6f 75  || If however you|
000005a0  20 77 61 6e 74 20 61 20  72 65 61 6c 20 64 69 73  | want a real dis|
000005b0  61 73 74 65 72 2e 2e 2e  20 20 5c 5f 2f 0a 5f 2f  |aster...  \_/._/|
000005c0  5f 2f 5f 2f 20 20 20 20  20 5f 2f 5f 2f 5f 2f 5f  |_/_/     _/_/_/_|
000005d0  2f 20 20 5f 2f 5f 2f 5f  2f 5f 2f 20 20 7c 20 79  |/  _/_/_/_/  | y|
000005e0  6f 75 20 63 6f 75 6c 64  20 61 6c 77 61 79 73 20  |ou could always |
000005f0  67 69 76 65 20 6d 65 20  61 20 63 61 6c 6c 21 0a  |give me a call!.|
00000600  20 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  | .              |
00000610  20 20 20 20 4a 65 72 65  6d 79 20 43 6f 6f 6b 65  |    Jeremy Cooke|
00000620  20 2d 20 6a 65 72 65 6d  79 2e 63 40 7a 65 74 6e  | - jeremy.c@zetn|
00000630  65 74 2e 63 6f 2e 75 6b                           |et.co.uk|
00000638