Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_28.ADF » F/+HINT17

F/+HINT17

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 ADFS disks » Electron_User_Group » EUG_28.ADF
Filename: F/+HINT17
Read OK:
File size: 11F4 bytes
Load address: 48204556
Exec address: 31544E49
File contents

Table 4 - ISAM Commands

        ISMFLO 0        open file
        ISMSCH 1        search
        ISMINS 2        insert key
        ISMNXT 3        next key
        ISMDEL 4        delete key
        ISMCLS 5        close file
        ISMPRE 6        previous key


Table 5 - ISAM Internal Errors

        ISEFLO 0        file already open
        ISEKXP 1        beginning of file for previous key
        ISELSK 2        end of file for next key
        ISEKXI 3        key already exits
        ISENKF 4        no key found


Table 6 - Memory Layout

ViewStore variables available for read by the utility

        VWSLIM          &B              memory limit

        FILMOD          &44             editing file or not
        PRNFLG          &47             printer flag
        XSSAVE          &48             stack save for filing system
        SSAVE           &49             stack save for ISAM & FP
        CURCHN          &4A             intermediate file channel
        EFILE           &4B             main file channel
        REG1            &4C             4-byte register


Temporaries

        TEMPFD          &50     single byte temporaries
        TEMPFE          &51
        TEMPFF          &52
        TEMP00          &53
        TEMP01          &54
        TEMP02          &55
        TEMP03          &56
        TEMP04          &57
        TEMP05          &58
        TEMP06          &59     two byte temporaries
        TEMP07          &5B
        TEMP08          &5D
        TEMP09          &5F
        TEMP10          &61
        TEMP11          &63
        TEMP12          &65
        TEMP13          &67
        TEMP14          &69

        VWSSTZ          &6B      start of zero page workspace

        FACCS           &6B      floating point accumulator
        FACCXH          &6C
        FACCX           &6D
        FACCMA          &6E
        FACCMB          &6F
        FACCMC          &70
        FACCMD          &71
        FACCMG          &72

        FWRKS           &73       floating point work accumulator
        FWRKXH          &74
        FWRKX           &75
        FWRKMA          &76
        FWRKMB          &77
        FWRKMC          &78
        FWRKMD          &79
        FWRKMG          &7A

        VWSXTZ          &7E       start of free if using FP

        OSFARA          &500      OSFILE/OSHCAL work area

        LWORK           &50D      work area - 16 bytes

        FBLOCK          &563      filename work area - 27 bytes

        VWSSTL          &5D3      start of language workspace
        LINBUF          &5DC      line buffer/ISAM key buffer (256 bytes)
        VWSXTL          &6DC      language workspace after LINBUF
        VWSITL          &799      start of language workspace if using ISAM.


Table 7 - Offsets for Prefixes

        DATPRE          0         data prefix
        FMTPRE          &E        format prefix
        IDXPRE          &1C       index prefix
        SRTPRE          &2A       sort prefix
        UTIPRE          &38       utility prefix


Table 8 - Offsets for Filenames

        EFLNAM          &1B       data file name
        FFLNAM          &2B       format file name
        PRNAME          &35       printer name
        UTINAM          &42       utility name
        ARGNAM          &4F       name work area


Table 9 - Error Codes

        MEMERR          1         not enough money
        MISERR          2         mistake
        NEMERR          3         no end marker
        BDFERR          4         bad file
        ENDERR          5         end of data
        NUMERR          6         not numeric
        RANERR          7         range error
        VLSERR          8         value not in list
        TBGERR          9         overflow
        REAERR         10         read error
        RTBERR         11         record too big
        BDIERR         12         bad directory
        BDNERR         13         bad name
        FLNERR         14         field not found
        FNOERR         15         file not open
        TMFERR         16         too many files
        SKFERR         17         stack overflow
        NOFERR         18         no index field
        DATERR         19         bad date
        NFSERR         20         no fields on screen
        BDMERR         21         bad mode
        ESCERR         22         escape
        NDSERR         23         normal display
        FDSERR         24         format edit disabled
        DMOERR         25         data mode only
        BPRERR         26         bad prefix
        DCPERR         27  
00000000  0d 0d 54 61 62 6c 65 20  34 20 2d 20 49 53 41 4d  |..Table 4 - ISAM|
00000010  20 43 6f 6d 6d 61 6e 64  73 0d 0d 20 20 20 20 20  | Commands..     |
00000020  20 20 20 49 53 4d 46 4c  4f 20 30 20 20 20 20 20  |   ISMFLO 0     |
00000030  20 20 20 6f 70 65 6e 20  66 69 6c 65 0d 20 20 20  |   open file.   |
00000040  20 20 20 20 20 49 53 4d  53 43 48 20 31 20 20 20  |     ISMSCH 1   |
00000050  20 20 20 20 20 73 65 61  72 63 68 0d 20 20 20 20  |     search.    |
00000060  20 20 20 20 49 53 4d 49  4e 53 20 32 20 20 20 20  |    ISMINS 2    |
00000070  20 20 20 20 69 6e 73 65  72 74 20 6b 65 79 0d 20  |    insert key. |
00000080  20 20 20 20 20 20 20 49  53 4d 4e 58 54 20 33 20  |       ISMNXT 3 |
00000090  20 20 20 20 20 20 20 6e  65 78 74 20 6b 65 79 0d  |       next key.|
000000a0  20 20 20 20 20 20 20 20  49 53 4d 44 45 4c 20 34  |        ISMDEL 4|
000000b0  20 20 20 20 20 20 20 20  64 65 6c 65 74 65 20 6b  |        delete k|
000000c0  65 79 0d 20 20 20 20 20  20 20 20 49 53 4d 43 4c  |ey.        ISMCL|
000000d0  53 20 35 20 20 20 20 20  20 20 20 63 6c 6f 73 65  |S 5        close|
000000e0  20 66 69 6c 65 0d 20 20  20 20 20 20 20 20 49 53  | file.        IS|
000000f0  4d 50 52 45 20 36 20 20  20 20 20 20 20 20 70 72  |MPRE 6        pr|
00000100  65 76 69 6f 75 73 20 6b  65 79 0d 0d 0d 54 61 62  |evious key...Tab|
00000110  6c 65 20 35 20 2d 20 49  53 41 4d 20 49 6e 74 65  |le 5 - ISAM Inte|
00000120  72 6e 61 6c 20 45 72 72  6f 72 73 0d 0d 20 20 20  |rnal Errors..   |
00000130  20 20 20 20 20 49 53 45  46 4c 4f 20 30 20 20 20  |     ISEFLO 0   |
00000140  20 20 20 20 20 66 69 6c  65 20 61 6c 72 65 61 64  |     file alread|
00000150  79 20 6f 70 65 6e 0d 20  20 20 20 20 20 20 20 49  |y open.        I|
00000160  53 45 4b 58 50 20 31 20  20 20 20 20 20 20 20 62  |SEKXP 1        b|
00000170  65 67 69 6e 6e 69 6e 67  20 6f 66 20 66 69 6c 65  |eginning of file|
00000180  20 66 6f 72 20 70 72 65  76 69 6f 75 73 20 6b 65  | for previous ke|
00000190  79 0d 20 20 20 20 20 20  20 20 49 53 45 4c 53 4b  |y.        ISELSK|
000001a0  20 32 20 20 20 20 20 20  20 20 65 6e 64 20 6f 66  | 2        end of|
000001b0  20 66 69 6c 65 20 66 6f  72 20 6e 65 78 74 20 6b  | file for next k|
000001c0  65 79 0d 20 20 20 20 20  20 20 20 49 53 45 4b 58  |ey.        ISEKX|
000001d0  49 20 33 20 20 20 20 20  20 20 20 6b 65 79 20 61  |I 3        key a|
000001e0  6c 72 65 61 64 79 20 65  78 69 74 73 0d 20 20 20  |lready exits.   |
000001f0  20 20 20 20 20 49 53 45  4e 4b 46 20 34 20 20 20  |     ISENKF 4   |
00000200  20 20 20 20 20 6e 6f 20  6b 65 79 20 66 6f 75 6e  |     no key foun|
00000210  64 0d 0d 0d 54 61 62 6c  65 20 36 20 2d 20 4d 65  |d...Table 6 - Me|
00000220  6d 6f 72 79 20 4c 61 79  6f 75 74 0d 0d 56 69 65  |mory Layout..Vie|
00000230  77 53 74 6f 72 65 20 76  61 72 69 61 62 6c 65 73  |wStore variables|
00000240  20 61 76 61 69 6c 61 62  6c 65 20 66 6f 72 20 72  | available for r|
00000250  65 61 64 20 62 79 20 74  68 65 20 75 74 69 6c 69  |ead by the utili|
00000260  74 79 0d 0d 20 20 20 20  20 20 20 20 56 57 53 4c  |ty..        VWSL|
00000270  49 4d 20 20 20 20 20 20  20 20 20 20 26 42 20 20  |IM          &B  |
00000280  20 20 20 20 20 20 20 20  20 20 20 20 6d 65 6d 6f  |            memo|
00000290  72 79 20 6c 69 6d 69 74  0d 0d 20 20 20 20 20 20  |ry limit..      |
000002a0  20 20 46 49 4c 4d 4f 44  20 20 20 20 20 20 20 20  |  FILMOD        |
000002b0  20 20 26 34 34 20 20 20  20 20 20 20 20 20 20 20  |  &44           |
000002c0  20 20 65 64 69 74 69 6e  67 20 66 69 6c 65 20 6f  |  editing file o|
000002d0  72 20 6e 6f 74 0d 20 20  20 20 20 20 20 20 50 52  |r not.        PR|
000002e0  4e 46 4c 47 20 20 20 20  20 20 20 20 20 20 26 34  |NFLG          &4|
000002f0  37 20 20 20 20 20 20 20  20 20 20 20 20 20 70 72  |7             pr|
00000300  69 6e 74 65 72 20 66 6c  61 67 0d 20 20 20 20 20  |inter flag.     |
00000310  20 20 20 58 53 53 41 56  45 20 20 20 20 20 20 20  |   XSSAVE       |
00000320  20 20 20 26 34 38 20 20  20 20 20 20 20 20 20 20  |   &48          |
00000330  20 20 20 73 74 61 63 6b  20 73 61 76 65 20 66 6f  |   stack save fo|
00000340  72 20 66 69 6c 69 6e 67  20 73 79 73 74 65 6d 0d  |r filing system.|
00000350  20 20 20 20 20 20 20 20  53 53 41 56 45 20 20 20  |        SSAVE   |
00000360  20 20 20 20 20 20 20 20  26 34 39 20 20 20 20 20  |        &49     |
00000370  20 20 20 20 20 20 20 20  73 74 61 63 6b 20 73 61  |        stack sa|
00000380  76 65 20 66 6f 72 20 49  53 41 4d 20 26 20 46 50  |ve for ISAM & FP|
00000390  0d 20 20 20 20 20 20 20  20 43 55 52 43 48 4e 20  |.        CURCHN |
000003a0  20 20 20 20 20 20 20 20  20 26 34 41 20 20 20 20  |         &4A    |
000003b0  20 20 20 20 20 20 20 20  20 69 6e 74 65 72 6d 65  |         interme|
000003c0  64 69 61 74 65 20 66 69  6c 65 20 63 68 61 6e 6e  |diate file chann|
000003d0  65 6c 0d 20 20 20 20 20  20 20 20 45 46 49 4c 45  |el.        EFILE|
000003e0  20 20 20 20 20 20 20 20  20 20 20 26 34 42 20 20  |           &4B  |
000003f0  20 20 20 20 20 20 20 20  20 20 20 6d 61 69 6e 20  |           main |
00000400  66 69 6c 65 20 63 68 61  6e 6e 65 6c 0d 20 20 20  |file channel.   |
00000410  20 20 20 20 20 52 45 47  31 20 20 20 20 20 20 20  |     REG1       |
00000420  20 20 20 20 20 26 34 43  20 20 20 20 20 20 20 20  |     &4C        |
00000430  20 20 20 20 20 34 2d 62  79 74 65 20 72 65 67 69  |     4-byte regi|
00000440  73 74 65 72 0d 0d 0d 54  65 6d 70 6f 72 61 72 69  |ster...Temporari|
00000450  65 73 0d 0d 20 20 20 20  20 20 20 20 54 45 4d 50  |es..        TEMP|
00000460  46 44 20 20 20 20 20 20  20 20 20 20 26 35 30 20  |FD          &50 |
00000470  20 20 20 20 73 69 6e 67  6c 65 20 62 79 74 65 20  |    single byte |
00000480  74 65 6d 70 6f 72 61 72  69 65 73 0d 20 20 20 20  |temporaries.    |
00000490  20 20 20 20 54 45 4d 50  46 45 20 20 20 20 20 20  |    TEMPFE      |
000004a0  20 20 20 20 26 35 31 0d  20 20 20 20 20 20 20 20  |    &51.        |
000004b0  54 45 4d 50 46 46 20 20  20 20 20 20 20 20 20 20  |TEMPFF          |
000004c0  26 35 32 0d 20 20 20 20  20 20 20 20 54 45 4d 50  |&52.        TEMP|
000004d0  30 30 20 20 20 20 20 20  20 20 20 20 26 35 33 0d  |00          &53.|
000004e0  20 20 20 20 20 20 20 20  54 45 4d 50 30 31 20 20  |        TEMP01  |
000004f0  20 20 20 20 20 20 20 20  26 35 34 0d 20 20 20 20  |        &54.    |
00000500  20 20 20 20 54 45 4d 50  30 32 20 20 20 20 20 20  |    TEMP02      |
00000510  20 20 20 20 26 35 35 0d  20 20 20 20 20 20 20 20  |    &55.        |
00000520  54 45 4d 50 30 33 20 20  20 20 20 20 20 20 20 20  |TEMP03          |
00000530  26 35 36 0d 20 20 20 20  20 20 20 20 54 45 4d 50  |&56.        TEMP|
00000540  30 34 20 20 20 20 20 20  20 20 20 20 26 35 37 0d  |04          &57.|
00000550  20 20 20 20 20 20 20 20  54 45 4d 50 30 35 20 20  |        TEMP05  |
00000560  20 20 20 20 20 20 20 20  26 35 38 0d 20 20 20 20  |        &58.    |
00000570  20 20 20 20 54 45 4d 50  30 36 20 20 20 20 20 20  |    TEMP06      |
00000580  20 20 20 20 26 35 39 20  20 20 20 20 74 77 6f 20  |    &59     two |
00000590  62 79 74 65 20 74 65 6d  70 6f 72 61 72 69 65 73  |byte temporaries|
000005a0  0d 20 20 20 20 20 20 20  20 54 45 4d 50 30 37 20  |.        TEMP07 |
000005b0  20 20 20 20 20 20 20 20  20 26 35 42 0d 20 20 20  |         &5B.   |
000005c0  20 20 20 20 20 54 45 4d  50 30 38 20 20 20 20 20  |     TEMP08     |
000005d0  20 20 20 20 20 26 35 44  0d 20 20 20 20 20 20 20  |     &5D.       |
000005e0  20 54 45 4d 50 30 39 20  20 20 20 20 20 20 20 20  | TEMP09         |
000005f0  20 26 35 46 0d 20 20 20  20 20 20 20 20 54 45 4d  | &5F.        TEM|
00000600  50 31 30 20 20 20 20 20  20 20 20 20 20 26 36 31  |P10          &61|
00000610  0d 20 20 20 20 20 20 20  20 54 45 4d 50 31 31 20  |.        TEMP11 |
00000620  20 20 20 20 20 20 20 20  20 26 36 33 0d 20 20 20  |         &63.   |
00000630  20 20 20 20 20 54 45 4d  50 31 32 20 20 20 20 20  |     TEMP12     |
00000640  20 20 20 20 20 26 36 35  0d 20 20 20 20 20 20 20  |     &65.       |
00000650  20 54 45 4d 50 31 33 20  20 20 20 20 20 20 20 20  | TEMP13         |
00000660  20 26 36 37 0d 20 20 20  20 20 20 20 20 54 45 4d  | &67.        TEM|
00000670  50 31 34 20 20 20 20 20  20 20 20 20 20 26 36 39  |P14          &69|
00000680  0d 0d 20 20 20 20 20 20  20 20 56 57 53 53 54 5a  |..        VWSSTZ|
00000690  20 20 20 20 20 20 20 20  20 20 26 36 42 20 20 20  |          &6B   |
000006a0  20 20 20 73 74 61 72 74  20 6f 66 20 7a 65 72 6f  |   start of zero|
000006b0  20 70 61 67 65 20 77 6f  72 6b 73 70 61 63 65 0d  | page workspace.|
000006c0  0d 20 20 20 20 20 20 20  20 46 41 43 43 53 20 20  |.        FACCS  |
000006d0  20 20 20 20 20 20 20 20  20 26 36 42 20 20 20 20  |         &6B    |
000006e0  20 20 66 6c 6f 61 74 69  6e 67 20 70 6f 69 6e 74  |  floating point|
000006f0  20 61 63 63 75 6d 75 6c  61 74 6f 72 0d 20 20 20  | accumulator.   |
00000700  20 20 20 20 20 46 41 43  43 58 48 20 20 20 20 20  |     FACCXH     |
00000710  20 20 20 20 20 26 36 43  0d 20 20 20 20 20 20 20  |     &6C.       |
00000720  20 46 41 43 43 58 20 20  20 20 20 20 20 20 20 20  | FACCX          |
00000730  20 26 36 44 0d 20 20 20  20 20 20 20 20 46 41 43  | &6D.        FAC|
00000740  43 4d 41 20 20 20 20 20  20 20 20 20 20 26 36 45  |CMA          &6E|
00000750  0d 20 20 20 20 20 20 20  20 46 41 43 43 4d 42 20  |.        FACCMB |
00000760  20 20 20 20 20 20 20 20  20 26 36 46 0d 20 20 20  |         &6F.   |
00000770  20 20 20 20 20 46 41 43  43 4d 43 20 20 20 20 20  |     FACCMC     |
00000780  20 20 20 20 20 26 37 30  0d 20 20 20 20 20 20 20  |     &70.       |
00000790  20 46 41 43 43 4d 44 20  20 20 20 20 20 20 20 20  | FACCMD         |
000007a0  20 26 37 31 0d 20 20 20  20 20 20 20 20 46 41 43  | &71.        FAC|
000007b0  43 4d 47 20 20 20 20 20  20 20 20 20 20 26 37 32  |CMG          &72|
000007c0  0d 0d 20 20 20 20 20 20  20 20 46 57 52 4b 53 20  |..        FWRKS |
000007d0  20 20 20 20 20 20 20 20  20 20 26 37 33 20 20 20  |          &73   |
000007e0  20 20 20 20 66 6c 6f 61  74 69 6e 67 20 70 6f 69  |    floating poi|
000007f0  6e 74 20 77 6f 72 6b 20  61 63 63 75 6d 75 6c 61  |nt work accumula|
00000800  74 6f 72 0d 20 20 20 20  20 20 20 20 46 57 52 4b  |tor.        FWRK|
00000810  58 48 20 20 20 20 20 20  20 20 20 20 26 37 34 0d  |XH          &74.|
00000820  20 20 20 20 20 20 20 20  46 57 52 4b 58 20 20 20  |        FWRKX   |
00000830  20 20 20 20 20 20 20 20  26 37 35 0d 20 20 20 20  |        &75.    |
00000840  20 20 20 20 46 57 52 4b  4d 41 20 20 20 20 20 20  |    FWRKMA      |
00000850  20 20 20 20 26 37 36 0d  20 20 20 20 20 20 20 20  |    &76.        |
00000860  46 57 52 4b 4d 42 20 20  20 20 20 20 20 20 20 20  |FWRKMB          |
00000870  26 37 37 0d 20 20 20 20  20 20 20 20 46 57 52 4b  |&77.        FWRK|
00000880  4d 43 20 20 20 20 20 20  20 20 20 20 26 37 38 0d  |MC          &78.|
00000890  20 20 20 20 20 20 20 20  46 57 52 4b 4d 44 20 20  |        FWRKMD  |
000008a0  20 20 20 20 20 20 20 20  26 37 39 0d 20 20 20 20  |        &79.    |
000008b0  20 20 20 20 46 57 52 4b  4d 47 20 20 20 20 20 20  |    FWRKMG      |
000008c0  20 20 20 20 26 37 41 0d  0d 20 20 20 20 20 20 20  |    &7A..       |
000008d0  20 56 57 53 58 54 5a 20  20 20 20 20 20 20 20 20  | VWSXTZ         |
000008e0  20 26 37 45 20 20 20 20  20 20 20 73 74 61 72 74  | &7E       start|
000008f0  20 6f 66 20 66 72 65 65  20 69 66 20 75 73 69 6e  | of free if usin|
00000900  67 20 46 50 0d 0d 20 20  20 20 20 20 20 20 4f 53  |g FP..        OS|
00000910  46 41 52 41 20 20 20 20  20 20 20 20 20 20 26 35  |FARA          &5|
00000920  30 30 20 20 20 20 20 20  4f 53 46 49 4c 45 2f 4f  |00      OSFILE/O|
00000930  53 48 43 41 4c 20 77 6f  72 6b 20 61 72 65 61 0d  |SHCAL work area.|
00000940  0d 20 20 20 20 20 20 20  20 4c 57 4f 52 4b 20 20  |.        LWORK  |
00000950  20 20 20 20 20 20 20 20  20 26 35 30 44 20 20 20  |         &50D   |
00000960  20 20 20 77 6f 72 6b 20  61 72 65 61 20 2d 20 31  |   work area - 1|
00000970  36 20 62 79 74 65 73 0d  0d 20 20 20 20 20 20 20  |6 bytes..       |
00000980  20 46 42 4c 4f 43 4b 20  20 20 20 20 20 20 20 20  | FBLOCK         |
00000990  20 26 35 36 33 20 20 20  20 20 20 66 69 6c 65 6e  | &563      filen|
000009a0  61 6d 65 20 77 6f 72 6b  20 61 72 65 61 20 2d 20  |ame work area - |
000009b0  32 37 20 62 79 74 65 73  0d 0d 20 20 20 20 20 20  |27 bytes..      |
000009c0  20 20 56 57 53 53 54 4c  20 20 20 20 20 20 20 20  |  VWSSTL        |
000009d0  20 20 26 35 44 33 20 20  20 20 20 20 73 74 61 72  |  &5D3      star|
000009e0  74 20 6f 66 20 6c 61 6e  67 75 61 67 65 20 77 6f  |t of language wo|
000009f0  72 6b 73 70 61 63 65 0d  20 20 20 20 20 20 20 20  |rkspace.        |
00000a00  4c 49 4e 42 55 46 20 20  20 20 20 20 20 20 20 20  |LINBUF          |
00000a10  26 35 44 43 20 20 20 20  20 20 6c 69 6e 65 20 62  |&5DC      line b|
00000a20  75 66 66 65 72 2f 49 53  41 4d 20 6b 65 79 20 62  |uffer/ISAM key b|
00000a30  75 66 66 65 72 20 28 32  35 36 20 62 79 74 65 73  |uffer (256 bytes|
00000a40  29 0d 20 20 20 20 20 20  20 20 56 57 53 58 54 4c  |).        VWSXTL|
00000a50  20 20 20 20 20 20 20 20  20 20 26 36 44 43 20 20  |          &6DC  |
00000a60  20 20 20 20 6c 61 6e 67  75 61 67 65 20 77 6f 72  |    language wor|
00000a70  6b 73 70 61 63 65 20 61  66 74 65 72 20 4c 49 4e  |kspace after LIN|
00000a80  42 55 46 0d 20 20 20 20  20 20 20 20 56 57 53 49  |BUF.        VWSI|
00000a90  54 4c 20 20 20 20 20 20  20 20 20 20 26 37 39 39  |TL          &799|
00000aa0  20 20 20 20 20 20 73 74  61 72 74 20 6f 66 20 6c  |      start of l|
00000ab0  61 6e 67 75 61 67 65 20  77 6f 72 6b 73 70 61 63  |anguage workspac|
00000ac0  65 20 69 66 20 75 73 69  6e 67 20 49 53 41 4d 2e  |e if using ISAM.|
00000ad0  0d 0d 0d 54 61 62 6c 65  20 37 20 2d 20 4f 66 66  |...Table 7 - Off|
00000ae0  73 65 74 73 20 66 6f 72  20 50 72 65 66 69 78 65  |sets for Prefixe|
00000af0  73 0d 0d 20 20 20 20 20  20 20 20 44 41 54 50 52  |s..        DATPR|
00000b00  45 20 20 20 20 20 20 20  20 20 20 30 20 20 20 20  |E          0    |
00000b10  20 20 20 20 20 64 61 74  61 20 70 72 65 66 69 78  |     data prefix|
00000b20  0d 20 20 20 20 20 20 20  20 46 4d 54 50 52 45 20  |.        FMTPRE |
00000b30  20 20 20 20 20 20 20 20  20 26 45 20 20 20 20 20  |         &E     |
00000b40  20 20 20 66 6f 72 6d 61  74 20 70 72 65 66 69 78  |   format prefix|
00000b50  0d 20 20 20 20 20 20 20  20 49 44 58 50 52 45 20  |.        IDXPRE |
00000b60  20 20 20 20 20 20 20 20  20 26 31 43 20 20 20 20  |         &1C    |
00000b70  20 20 20 69 6e 64 65 78  20 70 72 65 66 69 78 0d  |   index prefix.|
00000b80  20 20 20 20 20 20 20 20  53 52 54 50 52 45 20 20  |        SRTPRE  |
00000b90  20 20 20 20 20 20 20 20  26 32 41 20 20 20 20 20  |        &2A     |
00000ba0  20 20 73 6f 72 74 20 70  72 65 66 69 78 0d 20 20  |  sort prefix.  |
00000bb0  20 20 20 20 20 20 55 54  49 50 52 45 20 20 20 20  |      UTIPRE    |
00000bc0  20 20 20 20 20 20 26 33  38 20 20 20 20 20 20 20  |      &38       |
00000bd0  75 74 69 6c 69 74 79 20  70 72 65 66 69 78 0d 0d  |utility prefix..|
00000be0  0d 54 61 62 6c 65 20 38  20 2d 20 4f 66 66 73 65  |.Table 8 - Offse|
00000bf0  74 73 20 66 6f 72 20 46  69 6c 65 6e 61 6d 65 73  |ts for Filenames|
00000c00  0d 0d 20 20 20 20 20 20  20 20 45 46 4c 4e 41 4d  |..        EFLNAM|
00000c10  20 20 20 20 20 20 20 20  20 20 26 31 42 20 20 20  |          &1B   |
00000c20  20 20 20 20 64 61 74 61  20 66 69 6c 65 20 6e 61  |    data file na|
00000c30  6d 65 0d 20 20 20 20 20  20 20 20 46 46 4c 4e 41  |me.        FFLNA|
00000c40  4d 20 20 20 20 20 20 20  20 20 20 26 32 42 20 20  |M          &2B  |
00000c50  20 20 20 20 20 66 6f 72  6d 61 74 20 66 69 6c 65  |     format file|
00000c60  20 6e 61 6d 65 0d 20 20  20 20 20 20 20 20 50 52  | name.        PR|
00000c70  4e 41 4d 45 20 20 20 20  20 20 20 20 20 20 26 33  |NAME          &3|
00000c80  35 20 20 20 20 20 20 20  70 72 69 6e 74 65 72 20  |5       printer |
00000c90  6e 61 6d 65 0d 20 20 20  20 20 20 20 20 55 54 49  |name.        UTI|
00000ca0  4e 41 4d 20 20 20 20 20  20 20 20 20 20 26 34 32  |NAM          &42|
00000cb0  20 20 20 20 20 20 20 75  74 69 6c 69 74 79 20 6e  |       utility n|
00000cc0  61 6d 65 0d 20 20 20 20  20 20 20 20 41 52 47 4e  |ame.        ARGN|
00000cd0  41 4d 20 20 20 20 20 20  20 20 20 20 26 34 46 20  |AM          &4F |
00000ce0  20 20 20 20 20 20 6e 61  6d 65 20 77 6f 72 6b 20  |      name work |
00000cf0  61 72 65 61 0d 0d 0d 54  61 62 6c 65 20 39 20 2d  |area...Table 9 -|
00000d00  20 45 72 72 6f 72 20 43  6f 64 65 73 0d 0d 20 20  | Error Codes..  |
00000d10  20 20 20 20 20 20 4d 45  4d 45 52 52 20 20 20 20  |      MEMERR    |
00000d20  20 20 20 20 20 20 31 20  20 20 20 20 20 20 20 20  |      1         |
00000d30  6e 6f 74 20 65 6e 6f 75  67 68 20 6d 6f 6e 65 79  |not enough money|
00000d40  0d 20 20 20 20 20 20 20  20 4d 49 53 45 52 52 20  |.        MISERR |
00000d50  20 20 20 20 20 20 20 20  20 32 20 20 20 20 20 20  |         2      |
00000d60  20 20 20 6d 69 73 74 61  6b 65 0d 20 20 20 20 20  |   mistake.     |
00000d70  20 20 20 4e 45 4d 45 52  52 20 20 20 20 20 20 20  |   NEMERR       |
00000d80  20 20 20 33 20 20 20 20  20 20 20 20 20 6e 6f 20  |   3         no |
00000d90  65 6e 64 20 6d 61 72 6b  65 72 0d 20 20 20 20 20  |end marker.     |
00000da0  20 20 20 42 44 46 45 52  52 20 20 20 20 20 20 20  |   BDFERR       |
00000db0  20 20 20 34 20 20 20 20  20 20 20 20 20 62 61 64  |   4         bad|
00000dc0  20 66 69 6c 65 0d 20 20  20 20 20 20 20 20 45 4e  | file.        EN|
00000dd0  44 45 52 52 20 20 20 20  20 20 20 20 20 20 35 20  |DERR          5 |
00000de0  20 20 20 20 20 20 20 20  65 6e 64 20 6f 66 20 64  |        end of d|
00000df0  61 74 61 0d 20 20 20 20  20 20 20 20 4e 55 4d 45  |ata.        NUME|
00000e00  52 52 20 20 20 20 20 20  20 20 20 20 36 20 20 20  |RR          6   |
00000e10  20 20 20 20 20 20 6e 6f  74 20 6e 75 6d 65 72 69  |      not numeri|
00000e20  63 0d 20 20 20 20 20 20  20 20 52 41 4e 45 52 52  |c.        RANERR|
00000e30  20 20 20 20 20 20 20 20  20 20 37 20 20 20 20 20  |          7     |
00000e40  20 20 20 20 72 61 6e 67  65 20 65 72 72 6f 72 0d  |    range error.|
00000e50  20 20 20 20 20 20 20 20  56 4c 53 45 52 52 20 20  |        VLSERR  |
00000e60  20 20 20 20 20 20 20 20  38 20 20 20 20 20 20 20  |        8       |
00000e70  20 20 76 61 6c 75 65 20  6e 6f 74 20 69 6e 20 6c  |  value not in l|
00000e80  69 73 74 0d 20 20 20 20  20 20 20 20 54 42 47 45  |ist.        TBGE|
00000e90  52 52 20 20 20 20 20 20  20 20 20 20 39 20 20 20  |RR          9   |
00000ea0  20 20 20 20 20 20 6f 76  65 72 66 6c 6f 77 0d 20  |      overflow. |
00000eb0  20 20 20 20 20 20 20 52  45 41 45 52 52 20 20 20  |       REAERR   |
00000ec0  20 20 20 20 20 20 31 30  20 20 20 20 20 20 20 20  |      10        |
00000ed0  20 72 65 61 64 20 65 72  72 6f 72 0d 20 20 20 20  | read error.    |
00000ee0  20 20 20 20 52 54 42 45  52 52 20 20 20 20 20 20  |    RTBERR      |
00000ef0  20 20 20 31 31 20 20 20  20 20 20 20 20 20 72 65  |   11         re|
00000f00  63 6f 72 64 20 74 6f 6f  20 62 69 67 0d 20 20 20  |cord too big.   |
00000f10  20 20 20 20 20 42 44 49  45 52 52 20 20 20 20 20  |     BDIERR     |
00000f20  20 20 20 20 31 32 20 20  20 20 20 20 20 20 20 62  |    12         b|
00000f30  61 64 20 64 69 72 65 63  74 6f 72 79 0d 20 20 20  |ad directory.   |
00000f40  20 20 20 20 20 42 44 4e  45 52 52 20 20 20 20 20  |     BDNERR     |
00000f50  20 20 20 20 31 33 20 20  20 20 20 20 20 20 20 62  |    13         b|
00000f60  61 64 20 6e 61 6d 65 0d  20 20 20 20 20 20 20 20  |ad name.        |
00000f70  46 4c 4e 45 52 52 20 20  20 20 20 20 20 20 20 31  |FLNERR         1|
00000f80  34 20 20 20 20 20 20 20  20 20 66 69 65 6c 64 20  |4         field |
00000f90  6e 6f 74 20 66 6f 75 6e  64 0d 20 20 20 20 20 20  |not found.      |
00000fa0  20 20 46 4e 4f 45 52 52  20 20 20 20 20 20 20 20  |  FNOERR        |
00000fb0  20 31 35 20 20 20 20 20  20 20 20 20 66 69 6c 65  | 15         file|
00000fc0  20 6e 6f 74 20 6f 70 65  6e 0d 20 20 20 20 20 20  | not open.      |
00000fd0  20 20 54 4d 46 45 52 52  20 20 20 20 20 20 20 20  |  TMFERR        |
00000fe0  20 31 36 20 20 20 20 20  20 20 20 20 74 6f 6f 20  | 16         too |
00000ff0  6d 61 6e 79 20 66 69 6c  65 73 0d 20 20 20 20 20  |many files.     |
00001000  20 20 20 53 4b 46 45 52  52 20 20 20 20 20 20 20  |   SKFERR       |
00001010  20 20 31 37 20 20 20 20  20 20 20 20 20 73 74 61  |  17         sta|
00001020  63 6b 20 6f 76 65 72 66  6c 6f 77 0d 20 20 20 20  |ck overflow.    |
00001030  20 20 20 20 4e 4f 46 45  52 52 20 20 20 20 20 20  |    NOFERR      |
00001040  20 20 20 31 38 20 20 20  20 20 20 20 20 20 6e 6f  |   18         no|
00001050  20 69 6e 64 65 78 20 66  69 65 6c 64 0d 20 20 20  | index field.   |
00001060  20 20 20 20 20 44 41 54  45 52 52 20 20 20 20 20  |     DATERR     |
00001070  20 20 20 20 31 39 20 20  20 20 20 20 20 20 20 62  |    19         b|
00001080  61 64 20 64 61 74 65 0d  20 20 20 20 20 20 20 20  |ad date.        |
00001090  4e 46 53 45 52 52 20 20  20 20 20 20 20 20 20 32  |NFSERR         2|
000010a0  30 20 20 20 20 20 20 20  20 20 6e 6f 20 66 69 65  |0         no fie|
000010b0  6c 64 73 20 6f 6e 20 73  63 72 65 65 6e 0d 20 20  |lds on screen.  |
000010c0  20 20 20 20 20 20 42 44  4d 45 52 52 20 20 20 20  |      BDMERR    |
000010d0  20 20 20 20 20 32 31 20  20 20 20 20 20 20 20 20  |     21         |
000010e0  62 61 64 20 6d 6f 64 65  0d 20 20 20 20 20 20 20  |bad mode.       |
000010f0  20 45 53 43 45 52 52 20  20 20 20 20 20 20 20 20  | ESCERR         |
00001100  32 32 20 20 20 20 20 20  20 20 20 65 73 63 61 70  |22         escap|
00001110  65 0d 20 20 20 20 20 20  20 20 4e 44 53 45 52 52  |e.        NDSERR|
00001120  20 20 20 20 20 20 20 20  20 32 33 20 20 20 20 20  |         23     |
00001130  20 20 20 20 6e 6f 72 6d  61 6c 20 64 69 73 70 6c  |    normal displ|
00001140  61 79 0d 20 20 20 20 20  20 20 20 46 44 53 45 52  |ay.        FDSER|
00001150  52 20 20 20 20 20 20 20  20 20 32 34 20 20 20 20  |R         24    |
00001160  20 20 20 20 20 66 6f 72  6d 61 74 20 65 64 69 74  |     format edit|
00001170  20 64 69 73 61 62 6c 65  64 0d 20 20 20 20 20 20  | disabled.      |
00001180  20 20 44 4d 4f 45 52 52  20 20 20 20 20 20 20 20  |  DMOERR        |
00001190  20 32 35 20 20 20 20 20  20 20 20 20 64 61 74 61  | 25         data|
000011a0  20 6d 6f 64 65 20 6f 6e  6c 79 0d 20 20 20 20 20  | mode only.     |
000011b0  20 20 20 42 50 52 45 52  52 20 20 20 20 20 20 20  |   BPRERR       |
000011c0  20 20 32 36 20 20 20 20  20 20 20 20 20 62 61 64  |  26         bad|
000011d0  20 70 72 65 66 69 78 0d  20 20 20 20 20 20 20 20  | prefix.        |
000011e0  44 43 50 45 52 52 20 20  20 20 20 20 20 20 20 32  |DCPERR         2|
000011f0  37 20 20 0d                                       |7  .|
000011f4
F/+HINT17.m0
F/+HINT17.m1
F/+HINT17.m2
F/+HINT17.m4
F/+HINT17.m5