Home » Archimedes archive » Micro User » MU 1990-11.adf » PD-Stuff » Games/!MicroGolf/!Run

Games/!MicroGolf/!Run

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 » Micro User » MU 1990-11.adf » PD-Stuff
Filename: Games/!MicroGolf/!Run
Read OK:
File size: 0192 bytes
Load address: 0000
Exec address: 0000
File contents
| > !MicroGolf.!Run
|
| written by Paul Vigay (C) 1989
| 
| version 2.1b (16th Nov 1989)  
|
SET Golf$Path <Obey$dir>
|
if "<System$Path>" = "" then Error 0 Sorry, but I haven't seen '!System'
|
RMEnsure MemAlloc 0 RMLOAD System:modules.MemAlloc
RMEnsure FPEmulator 0 RMLOAD System:modules.FPEmulator
RMEnsure ABCLibrary 0 RMLOAD System:modules.ABCLib
|
ScreenSize 160K
RUN "<Golf$Path>.!RunImage" %*0
00000000  7c 20 3e 20 21 4d 69 63  72 6f 47 6f 6c 66 2e 21  || > !MicroGolf.!|
00000010  52 75 6e 0a 7c 0a 7c 20  77 72 69 74 74 65 6e 20  |Run.|.| written |
00000020  62 79 20 50 61 75 6c 20  56 69 67 61 79 20 28 43  |by Paul Vigay (C|
00000030  29 20 31 39 38 39 0a 7c  20 0a 7c 20 76 65 72 73  |) 1989.| .| vers|
00000040  69 6f 6e 20 32 2e 31 62  20 28 31 36 74 68 20 4e  |ion 2.1b (16th N|
00000050  6f 76 20 31 39 38 39 29  20 20 0a 7c 0a 53 45 54  |ov 1989)  .|.SET|
00000060  20 47 6f 6c 66 24 50 61  74 68 20 3c 4f 62 65 79  | Golf$Path <Obey|
00000070  24 64 69 72 3e 0a 7c 0a  69 66 20 22 3c 53 79 73  |$dir>.|.if "<Sys|
00000080  74 65 6d 24 50 61 74 68  3e 22 20 3d 20 22 22 20  |tem$Path>" = "" |
00000090  74 68 65 6e 20 45 72 72  6f 72 20 30 20 53 6f 72  |then Error 0 Sor|
000000a0  72 79 2c 20 62 75 74 20  49 20 68 61 76 65 6e 27  |ry, but I haven'|
000000b0  74 20 73 65 65 6e 20 27  21 53 79 73 74 65 6d 27  |t seen '!System'|
000000c0  0a 7c 0a 52 4d 45 6e 73  75 72 65 20 4d 65 6d 41  |.|.RMEnsure MemA|
000000d0  6c 6c 6f 63 20 30 20 52  4d 4c 4f 41 44 20 53 79  |lloc 0 RMLOAD Sy|
000000e0  73 74 65 6d 3a 6d 6f 64  75 6c 65 73 2e 4d 65 6d  |stem:modules.Mem|
000000f0  41 6c 6c 6f 63 0a 52 4d  45 6e 73 75 72 65 20 46  |Alloc.RMEnsure F|
00000100  50 45 6d 75 6c 61 74 6f  72 20 30 20 52 4d 4c 4f  |PEmulator 0 RMLO|
00000110  41 44 20 53 79 73 74 65  6d 3a 6d 6f 64 75 6c 65  |AD System:module|
00000120  73 2e 46 50 45 6d 75 6c  61 74 6f 72 0a 52 4d 45  |s.FPEmulator.RME|
00000130  6e 73 75 72 65 20 41 42  43 4c 69 62 72 61 72 79  |nsure ABCLibrary|
00000140  20 30 20 52 4d 4c 4f 41  44 20 53 79 73 74 65 6d  | 0 RMLOAD System|
00000150  3a 6d 6f 64 75 6c 65 73  2e 41 42 43 4c 69 62 0a  |:modules.ABCLib.|
00000160  7c 0a 53 63 72 65 65 6e  53 69 7a 65 20 31 36 30  ||.ScreenSize 160|
00000170  4b 0a 52 55 4e 20 22 3c  47 6f 6c 66 24 50 61 74  |K.RUN "<Golf$Pat|
00000180  68 3e 2e 21 52 75 6e 49  6d 61 67 65 22 20 25 2a  |h>.!RunImage" %*|
00000190  30 0a                                             |0.|
00000192