Home » Personal collection » Acorn hard disk » apps » Econet » Extras/Autoboot/!ArmBoot/!RUNIMAGE

Extras/Autoboot/!ArmBoot/!RUNIMAGE

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 » Personal collection » Acorn hard disk » apps » Econet
Filename: Extras/Autoboot/!ArmBoot/!RUNIMAGE
Read OK:
File size: 00AF bytes
Load address: 0000
Exec address: 0000
File contents
   10 SYS "Econet_ReadLocalStationAndNet" TO R0%,R1%
   20 IF R0% = 52 THEN
   30 OSCLI("I AM CLASS1")
   40 ELSE
   50 IF R0% = 53 THEN
   60 OSCLI("I AM Class2")
   70 ELSE
   80 OSCLI("I AM GUEST")
   90 ENDIF
  100 ENDIF
  110

1 ș "Econet_ReadLocalStationAndNet" � R0%,R1%
 � R0% = 52 �
 �("I AM CLASS1")
( �
2 � R0% = 53 �
< �("I AM Class2")
F �
P �("I AM GUEST")
Z �
d �
n
�
00000000  0d 00 0a 31 20 c8 99 20  22 45 63 6f 6e 65 74 5f  |...1 .. "Econet_|
00000010  52 65 61 64 4c 6f 63 61  6c 53 74 61 74 69 6f 6e  |ReadLocalStation|
00000020  41 6e 64 4e 65 74 22 20  b8 20 52 30 25 2c 52 31  |AndNet" . R0%,R1|
00000030  25 0d 00 14 11 20 e7 20  52 30 25 20 3d 20 35 32  |%.... . R0% = 52|
00000040  20 8c 0d 00 1e 15 20 ff  28 22 49 20 41 4d 20 43  | ..... .("I AM C|
00000050  4c 41 53 53 31 22 29 0d  00 28 06 20 cc 0d 00 32  |LASS1")..(. ...2|
00000060  11 20 e7 20 52 30 25 20  3d 20 35 33 20 8c 0d 00  |. . R0% = 53 ...|
00000070  3c 15 20 ff 28 22 49 20  41 4d 20 43 6c 61 73 73  |<. .("I AM Class|
00000080  32 22 29 0d 00 46 06 20  cc 0d 00 50 14 20 ff 28  |2")..F. ...P. .(|
00000090  22 49 20 41 4d 20 47 55  45 53 54 22 29 0d 00 5a  |"I AM GUEST")..Z|
000000a0  06 20 cd 0d 00 64 06 20  cd 0d 00 6e 04 0d ff     |. ...d. ...n...|
000000af