Home » Archimedes archive » Archimedes World » AW-1995-02-Disc1.adf » Disk1Feb95 » !AWFeb95/Goodies/BasicComp/!BC/Examples/LibHandler/Special

!AWFeb95/Goodies/BasicComp/!BC/Examples/LibHandler/Special

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-1995-02-Disc1.adf » Disk1Feb95
Filename: !AWFeb95/Goodies/BasicComp/!BC/Examples/LibHandler/Special
Read OK:
File size: 00F8 bytes
Load address: 0000
Exec address: 0000
File contents
| List of "special" Basic routine in <BasicV$Lib>.LibHandler
| Example of leaf name extraction

procedure _assemble_library(0)
  function _assemble_\0

procedure _load_library(0,)
  library  \0
  function _@0_version
  function _hard_initialise_@0
00000000  7c 20 4c 69 73 74 20 6f  66 20 22 73 70 65 63 69  || List of "speci|
00000010  61 6c 22 20 42 61 73 69  63 20 72 6f 75 74 69 6e  |al" Basic routin|
00000020  65 20 69 6e 20 3c 42 61  73 69 63 56 24 4c 69 62  |e in <BasicV$Lib|
00000030  3e 2e 4c 69 62 48 61 6e  64 6c 65 72 0a 7c 20 45  |>.LibHandler.| E|
00000040  78 61 6d 70 6c 65 20 6f  66 20 6c 65 61 66 20 6e  |xample of leaf n|
00000050  61 6d 65 20 65 78 74 72  61 63 74 69 6f 6e 0a 0a  |ame extraction..|
00000060  70 72 6f 63 65 64 75 72  65 20 5f 61 73 73 65 6d  |procedure _assem|
00000070  62 6c 65 5f 6c 69 62 72  61 72 79 28 30 29 0a 20  |ble_library(0). |
00000080  20 66 75 6e 63 74 69 6f  6e 20 5f 61 73 73 65 6d  | function _assem|
00000090  62 6c 65 5f 5c 30 0a 0a  70 72 6f 63 65 64 75 72  |ble_\0..procedur|
000000a0  65 20 5f 6c 6f 61 64 5f  6c 69 62 72 61 72 79 28  |e _load_library(|
000000b0  30 2c 29 0a 20 20 6c 69  62 72 61 72 79 20 20 5c  |0,).  library  \|
000000c0  30 0a 20 20 66 75 6e 63  74 69 6f 6e 20 5f 40 30  |0.  function _@0|
000000d0  5f 76 65 72 73 69 6f 6e  0a 20 20 66 75 6e 63 74  |_version.  funct|
000000e0  69 6f 6e 20 5f 68 61 72  64 5f 69 6e 69 74 69 61  |ion _hard_initia|
000000f0  6c 69 73 65 5f 40 30 0a                           |lise_@0.|
000000f8