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

F/+HINT16

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/+HINT16
Read OK:
File size: 0F70 bytes
Load address: 48204556
Exec address: 31544E49
File contents
PRNON

If the printer is waiting, that is bit 6 of PRNFLG is set, a call to PRNON
will switch it on, calling the printer on routine in the printer driver.

On entry:                       No entry conditions.

On exit:        A,X,Y           undefined.


PRNOFF

If the printer is switched on, a call to PRNOFF will switch it off.

On entry:                       No entry conditions.

On exit:        PRNFLG          Bit 7 clear.  Bit 6 unaltered.
                A,X,Y           undefined.


PSCOUT

This routine vectors characters either to the screen or the printer,
depending which is enabled.  A utility which wishes to use the printer
optionally should send all output to this routine, and in conjunction with
the ASKPRN, PRNON and PRNOFF calls, output can be directed by the user of
the utility to the screen or printer, depending on his answer to the ASKPRN
question.

PSCOTT automatically strips off trailing spaces from printer output.

On entry:       A               contains character to be printed.  Highlight
                                codes begin at 128 for highlight 1.

On exit:        A,X,Y           preserved.
 

Summaries

Table 1 - Routines and Addresses

        Routine Address         Temporaries Altered

        PSCOTT  &802A
        KINCH   &802D
        PRNON   &8030           10
        PRNOFF  &8033           10
        ISAM    &8036           01,02,03,04,05,06,08,10,14
        FONE    &8039
        FTENFX  &803C
        FTENFQ  &803F
        FADDW1  &8042
        FTENX   &8045
        GETXFL  &8048           04,05,06,06,11
        INIIMF  &804B           00,04,05,06,07,10,11,12
        CMPFLD  &804E           01,02,03,04,05
        RELLIN  &8051           06,07,08
        FRDDK   &8054           04,05,10
        FTST    &8057
        FNEG    &805A
        FCLR    &805D
        FADDW   &8060
        FDIVA   &8063           LWORK
        FMULX   &8066 
        REPERL  &8069           04,05,06,07,10,11,12
        SETDPS  &806C
        GETFRC  &806F           04,05,06,07,11  
        OUTDEC  &8072           04,10,11
        NXTIMF&8075             03,04,05,10
        SCHFLD  &8078           02,03,04,05,06,07,11
        CHKEOR  &807B
        CHKEOF  &807E
        PSTRNG  &8081           12
        MULPLY  &8084           05,10
        GETDEC  &8087           05,10
        ADJVAL  &808A           01,02,03,04,05,06,07,10,11
        CALUTI  &808D           03,04,05,06,07,08,09,10,11,12,LWORK
        SKPCBL  &8090
        STXPRE  &8093           05
        MOVFBK  &8096     
        MOVNAY  &8099     
        CHKDIR  &809C           05
        SETDIR  &809F           04,05
        OSHCAL  &80A2
        CRTIX   &80A5
        GETKYW  &80A8           02,04,05,06,07,10,11
        IDXSCH  &80AB     
        GETIXN  &80AE
        GETWID  &80B1           04,05,06,07,10,11
        CALSBN  &80B4           04,05,06,07,10,11
        SIZFLD  &80B7     
        GETFLD  &80BA           04,05,06,07,11
        SCHFLN  &80BD           02,03,04,05,06,07,11
        ASKPRN  &80C0           06,07,08,12
        OPFILE  &80C3
        XOSCLS  &80C6
        XOSBGE  &80C9
        XOSBPU  &80CC
        XOSGBP  &80CF
        XOSARG  780D2


Table 2 - Field Numbers of the Header

        DIFDES 1     Description 
        DIFDSM 2     Display mode S/C
        DIFRCS 3     Record size
        DIFCAP 4     Capacity
        DIFIDX 5     Index field
        DIFSCM 6     Screen Mode


Table 3 - Field Numbers of the Format File

        RFFFNA 1        Name
        RFFWID 2        Width
        RFFTYP 3        Type
        RFFPOX 4        X screen position
        RFFPOY 5        Y screen position
        RFFALS 6        Scroll Y/N
        RFFDCP 7        Decimal places
        RFFRLO 8        Low limit
        RFFRHI 9        High limit
        RFFIDX 10       Index Y/N
        RFFKYW 11       Key width
        RFFIXN 12       Index name
        RFFPRO 13       Prompt
        RFFVLS 14       Value list

00000000  50 52 4e 4f 4e 0d 0d 49  66 20 74 68 65 20 70 72  |PRNON..If the pr|
00000010  69 6e 74 65 72 20 69 73  20 77 61 69 74 69 6e 67  |inter is waiting|
00000020  2c 20 74 68 61 74 20 69  73 20 62 69 74 20 36 20  |, that is bit 6 |
00000030  6f 66 20 50 52 4e 46 4c  47 20 69 73 20 73 65 74  |of PRNFLG is set|
00000040  2c 20 61 20 63 61 6c 6c  20 74 6f 20 50 52 4e 4f  |, a call to PRNO|
00000050  4e 0d 77 69 6c 6c 20 73  77 69 74 63 68 20 69 74  |N.will switch it|
00000060  20 6f 6e 2c 20 63 61 6c  6c 69 6e 67 20 74 68 65  | on, calling the|
00000070  20 70 72 69 6e 74 65 72  20 6f 6e 20 72 6f 75 74  | printer on rout|
00000080  69 6e 65 20 69 6e 20 74  68 65 20 70 72 69 6e 74  |ine in the print|
00000090  65 72 20 64 72 69 76 65  72 2e 0d 0d 4f 6e 20 65  |er driver...On e|
000000a0  6e 74 72 79 3a 20 20 20  20 20 20 20 20 20 20 20  |ntry:           |
000000b0  20 20 20 20 20 20 20 20  20 20 20 20 4e 6f 20 65  |            No e|
000000c0  6e 74 72 79 20 63 6f 6e  64 69 74 69 6f 6e 73 2e  |ntry conditions.|
000000d0  0d 0d 4f 6e 20 65 78 69  74 3a 20 20 20 20 20 20  |..On exit:      |
000000e0  20 20 41 2c 58 2c 59 20  20 20 20 20 20 20 20 20  |  A,X,Y         |
000000f0  20 20 75 6e 64 65 66 69  6e 65 64 2e 0d 0d 0d 50  |  undefined....P|
00000100  52 4e 4f 46 46 0d 0d 49  66 20 74 68 65 20 70 72  |RNOFF..If the pr|
00000110  69 6e 74 65 72 20 69 73  20 73 77 69 74 63 68 65  |inter is switche|
00000120  64 20 6f 6e 2c 20 61 20  63 61 6c 6c 20 74 6f 20  |d on, a call to |
00000130  50 52 4e 4f 46 46 20 77  69 6c 6c 20 73 77 69 74  |PRNOFF will swit|
00000140  63 68 20 69 74 20 6f 66  66 2e 0d 0d 4f 6e 20 65  |ch it off...On e|
00000150  6e 74 72 79 3a 20 20 20  20 20 20 20 20 20 20 20  |ntry:           |
00000160  20 20 20 20 20 20 20 20  20 20 20 20 4e 6f 20 65  |            No e|
00000170  6e 74 72 79 20 63 6f 6e  64 69 74 69 6f 6e 73 2e  |ntry conditions.|
00000180  0d 0d 4f 6e 20 65 78 69  74 3a 20 20 20 20 20 20  |..On exit:      |
00000190  20 20 50 52 4e 46 4c 47  20 20 20 20 20 20 20 20  |  PRNFLG        |
000001a0  20 20 42 69 74 20 37 20  63 6c 65 61 72 2e 20 20  |  Bit 7 clear.  |
000001b0  42 69 74 20 36 20 75 6e  61 6c 74 65 72 65 64 2e  |Bit 6 unaltered.|
000001c0  0d 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
000001d0  20 41 2c 58 2c 59 20 20  20 20 20 20 20 20 20 20  | A,X,Y          |
000001e0  20 75 6e 64 65 66 69 6e  65 64 2e 0d 0d 0d 50 53  | undefined....PS|
000001f0  43 4f 55 54 0d 0d 54 68  69 73 20 72 6f 75 74 69  |COUT..This routi|
00000200  6e 65 20 76 65 63 74 6f  72 73 20 63 68 61 72 61  |ne vectors chara|
00000210  63 74 65 72 73 20 65 69  74 68 65 72 20 74 6f 20  |cters either to |
00000220  74 68 65 20 73 63 72 65  65 6e 20 6f 72 20 74 68  |the screen or th|
00000230  65 20 70 72 69 6e 74 65  72 2c 0d 64 65 70 65 6e  |e printer,.depen|
00000240  64 69 6e 67 20 77 68 69  63 68 20 69 73 20 65 6e  |ding which is en|
00000250  61 62 6c 65 64 2e 20 20  41 20 75 74 69 6c 69 74  |abled.  A utilit|
00000260  79 20 77 68 69 63 68 20  77 69 73 68 65 73 20 74  |y which wishes t|
00000270  6f 20 75 73 65 20 74 68  65 20 70 72 69 6e 74 65  |o use the printe|
00000280  72 0d 6f 70 74 69 6f 6e  61 6c 6c 79 20 73 68 6f  |r.optionally sho|
00000290  75 6c 64 20 73 65 6e 64  20 61 6c 6c 20 6f 75 74  |uld send all out|
000002a0  70 75 74 20 74 6f 20 74  68 69 73 20 72 6f 75 74  |put to this rout|
000002b0  69 6e 65 2c 20 61 6e 64  20 69 6e 20 63 6f 6e 6a  |ine, and in conj|
000002c0  75 6e 63 74 69 6f 6e 20  77 69 74 68 0d 74 68 65  |unction with.the|
000002d0  20 41 53 4b 50 52 4e 2c  20 50 52 4e 4f 4e 20 61  | ASKPRN, PRNON a|
000002e0  6e 64 20 50 52 4e 4f 46  46 20 63 61 6c 6c 73 2c  |nd PRNOFF calls,|
000002f0  20 6f 75 74 70 75 74 20  63 61 6e 20 62 65 20 64  | output can be d|
00000300  69 72 65 63 74 65 64 20  62 79 20 74 68 65 20 75  |irected by the u|
00000310  73 65 72 20 6f 66 0d 74  68 65 20 75 74 69 6c 69  |ser of.the utili|
00000320  74 79 20 74 6f 20 74 68  65 20 73 63 72 65 65 6e  |ty to the screen|
00000330  20 6f 72 20 70 72 69 6e  74 65 72 2c 20 64 65 70  | or printer, dep|
00000340  65 6e 64 69 6e 67 20 6f  6e 20 68 69 73 20 61 6e  |ending on his an|
00000350  73 77 65 72 20 74 6f 20  74 68 65 20 41 53 4b 50  |swer to the ASKP|
00000360  52 4e 0d 71 75 65 73 74  69 6f 6e 2e 0d 0d 50 53  |RN.question...PS|
00000370  43 4f 54 54 20 61 75 74  6f 6d 61 74 69 63 61 6c  |COTT automatical|
00000380  6c 79 20 73 74 72 69 70  73 20 6f 66 66 20 74 72  |ly strips off tr|
00000390  61 69 6c 69 6e 67 20 73  70 61 63 65 73 20 66 72  |ailing spaces fr|
000003a0  6f 6d 20 70 72 69 6e 74  65 72 20 6f 75 74 70 75  |om printer outpu|
000003b0  74 2e 0d 0d 4f 6e 20 65  6e 74 72 79 3a 20 20 20  |t...On entry:   |
000003c0  20 20 20 20 41 20 20 20  20 20 20 20 20 20 20 20  |    A           |
000003d0  20 20 20 20 63 6f 6e 74  61 69 6e 73 20 63 68 61  |    contains cha|
000003e0  72 61 63 74 65 72 20 74  6f 20 62 65 20 70 72 69  |racter to be pri|
000003f0  6e 74 65 64 2e 20 20 48  69 67 68 6c 69 67 68 74  |nted.  Highlight|
00000400  0d 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000410  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000420  20 63 6f 64 65 73 20 62  65 67 69 6e 20 61 74 20  | codes begin at |
00000430  31 32 38 20 66 6f 72 20  68 69 67 68 6c 69 67 68  |128 for highligh|
00000440  74 20 31 2e 0d 0d 4f 6e  20 65 78 69 74 3a 20 20  |t 1...On exit:  |
00000450  20 20 20 20 20 20 41 2c  58 2c 59 20 20 20 20 20  |      A,X,Y     |
00000460  20 20 20 20 20 20 70 72  65 73 65 72 76 65 64 2e  |      preserved.|
00000470  0d 20 0d 0d 53 75 6d 6d  61 72 69 65 73 0d 0d 54  |. ..Summaries..T|
00000480  61 62 6c 65 20 31 20 2d  20 52 6f 75 74 69 6e 65  |able 1 - Routine|
00000490  73 20 61 6e 64 20 41 64  64 72 65 73 73 65 73 0d  |s and Addresses.|
000004a0  0d 20 20 20 20 20 20 20  20 52 6f 75 74 69 6e 65  |.        Routine|
000004b0  20 41 64 64 72 65 73 73  20 20 20 20 20 20 20 20  | Address        |
000004c0  20 54 65 6d 70 6f 72 61  72 69 65 73 20 41 6c 74  | Temporaries Alt|
000004d0  65 72 65 64 0d 0d 20 20  20 20 20 20 20 20 50 53  |ered..        PS|
000004e0  43 4f 54 54 20 20 26 38  30 32 41 0d 20 20 20 20  |COTT  &802A.    |
000004f0  20 20 20 20 4b 49 4e 43  48 20 20 20 26 38 30 32  |    KINCH   &802|
00000500  44 0d 20 20 20 20 20 20  20 20 50 52 4e 4f 4e 20  |D.        PRNON |
00000510  20 20 26 38 30 33 30 20  20 20 20 20 20 20 20 20  |  &8030         |
00000520  20 20 31 30 0d 20 20 20  20 20 20 20 20 50 52 4e  |  10.        PRN|
00000530  4f 46 46 20 20 26 38 30  33 33 20 20 20 20 20 20  |OFF  &8033      |
00000540  20 20 20 20 20 31 30 0d  20 20 20 20 20 20 20 20  |     10.        |
00000550  49 53 41 4d 20 20 20 20  26 38 30 33 36 20 20 20  |ISAM    &8036   |
00000560  20 20 20 20 20 20 20 20  30 31 2c 30 32 2c 30 33  |        01,02,03|
00000570  2c 30 34 2c 30 35 2c 30  36 2c 30 38 2c 31 30 2c  |,04,05,06,08,10,|
00000580  31 34 0d 20 20 20 20 20  20 20 20 46 4f 4e 45 20  |14.        FONE |
00000590  20 20 20 26 38 30 33 39  0d 20 20 20 20 20 20 20  |   &8039.       |
000005a0  20 46 54 45 4e 46 58 20  20 26 38 30 33 43 0d 20  | FTENFX  &803C. |
000005b0  20 20 20 20 20 20 20 46  54 45 4e 46 51 20 20 26  |       FTENFQ  &|
000005c0  38 30 33 46 0d 20 20 20  20 20 20 20 20 46 41 44  |803F.        FAD|
000005d0  44 57 31 20 20 26 38 30  34 32 0d 20 20 20 20 20  |DW1  &8042.     |
000005e0  20 20 20 46 54 45 4e 58  20 20 20 26 38 30 34 35  |   FTENX   &8045|
000005f0  0d 20 20 20 20 20 20 20  20 47 45 54 58 46 4c 20  |.        GETXFL |
00000600  20 26 38 30 34 38 20 20  20 20 20 20 20 20 20 20  | &8048          |
00000610  20 30 34 2c 30 35 2c 30  36 2c 30 36 2c 31 31 0d  | 04,05,06,06,11.|
00000620  20 20 20 20 20 20 20 20  49 4e 49 49 4d 46 20 20  |        INIIMF  |
00000630  26 38 30 34 42 20 20 20  20 20 20 20 20 20 20 20  |&804B           |
00000640  30 30 2c 30 34 2c 30 35  2c 30 36 2c 30 37 2c 31  |00,04,05,06,07,1|
00000650  30 2c 31 31 2c 31 32 0d  20 20 20 20 20 20 20 20  |0,11,12.        |
00000660  43 4d 50 46 4c 44 20 20  26 38 30 34 45 20 20 20  |CMPFLD  &804E   |
00000670  20 20 20 20 20 20 20 20  30 31 2c 30 32 2c 30 33  |        01,02,03|
00000680  2c 30 34 2c 30 35 0d 20  20 20 20 20 20 20 20 52  |,04,05.        R|
00000690  45 4c 4c 49 4e 20 20 26  38 30 35 31 20 20 20 20  |ELLIN  &8051    |
000006a0  20 20 20 20 20 20 20 30  36 2c 30 37 2c 30 38 0d  |       06,07,08.|
000006b0  20 20 20 20 20 20 20 20  46 52 44 44 4b 20 20 20  |        FRDDK   |
000006c0  26 38 30 35 34 20 20 20  20 20 20 20 20 20 20 20  |&8054           |
000006d0  30 34 2c 30 35 2c 31 30  0d 20 20 20 20 20 20 20  |04,05,10.       |
000006e0  20 46 54 53 54 20 20 20  20 26 38 30 35 37 0d 20  | FTST    &8057. |
000006f0  20 20 20 20 20 20 20 46  4e 45 47 20 20 20 20 26  |       FNEG    &|
00000700  38 30 35 41 0d 20 20 20  20 20 20 20 20 46 43 4c  |805A.        FCL|
00000710  52 20 20 20 20 26 38 30  35 44 0d 20 20 20 20 20  |R    &805D.     |
00000720  20 20 20 46 41 44 44 57  20 20 20 26 38 30 36 30  |   FADDW   &8060|
00000730  0d 20 20 20 20 20 20 20  20 46 44 49 56 41 20 20  |.        FDIVA  |
00000740  20 26 38 30 36 33 20 20  20 20 20 20 20 20 20 20  | &8063          |
00000750  20 4c 57 4f 52 4b 0d 20  20 20 20 20 20 20 20 46  | LWORK.        F|
00000760  4d 55 4c 58 20 20 20 26  38 30 36 36 20 0d 20 20  |MULX   &8066 .  |
00000770  20 20 20 20 20 20 52 45  50 45 52 4c 20 20 26 38  |      REPERL  &8|
00000780  30 36 39 20 20 20 20 20  20 20 20 20 20 20 30 34  |069           04|
00000790  2c 30 35 2c 30 36 2c 30  37 2c 31 30 2c 31 31 2c  |,05,06,07,10,11,|
000007a0  31 32 0d 20 20 20 20 20  20 20 20 53 45 54 44 50  |12.        SETDP|
000007b0  53 20 20 26 38 30 36 43  0d 20 20 20 20 20 20 20  |S  &806C.       |
000007c0  20 47 45 54 46 52 43 20  20 26 38 30 36 46 20 20  | GETFRC  &806F  |
000007d0  20 20 20 20 20 20 20 20  20 30 34 2c 30 35 2c 30  |         04,05,0|
000007e0  36 2c 30 37 2c 31 31 20  20 0d 20 20 20 20 20 20  |6,07,11  .      |
000007f0  20 20 4f 55 54 44 45 43  20 20 26 38 30 37 32 20  |  OUTDEC  &8072 |
00000800  20 20 20 20 20 20 20 20  20 20 30 34 2c 31 30 2c  |          04,10,|
00000810  31 31 0d 20 20 20 20 20  20 20 20 4e 58 54 49 4d  |11.        NXTIM|
00000820  46 26 38 30 37 35 20 20  20 20 20 20 20 20 20 20  |F&8075          |
00000830  20 20 20 30 33 2c 30 34  2c 30 35 2c 31 30 0d 20  |   03,04,05,10. |
00000840  20 20 20 20 20 20 20 53  43 48 46 4c 44 20 20 26  |       SCHFLD  &|
00000850  38 30 37 38 20 20 20 20  20 20 20 20 20 20 20 30  |8078           0|
00000860  32 2c 30 33 2c 30 34 2c  30 35 2c 30 36 2c 30 37  |2,03,04,05,06,07|
00000870  2c 31 31 0d 20 20 20 20  20 20 20 20 43 48 4b 45  |,11.        CHKE|
00000880  4f 52 20 20 26 38 30 37  42 0d 20 20 20 20 20 20  |OR  &807B.      |
00000890  20 20 43 48 4b 45 4f 46  20 20 26 38 30 37 45 0d  |  CHKEOF  &807E.|
000008a0  20 20 20 20 20 20 20 20  50 53 54 52 4e 47 20 20  |        PSTRNG  |
000008b0  26 38 30 38 31 20 20 20  20 20 20 20 20 20 20 20  |&8081           |
000008c0  31 32 0d 20 20 20 20 20  20 20 20 4d 55 4c 50 4c  |12.        MULPL|
000008d0  59 20 20 26 38 30 38 34  20 20 20 20 20 20 20 20  |Y  &8084        |
000008e0  20 20 20 30 35 2c 31 30  0d 20 20 20 20 20 20 20  |   05,10.       |
000008f0  20 47 45 54 44 45 43 20  20 26 38 30 38 37 20 20  | GETDEC  &8087  |
00000900  20 20 20 20 20 20 20 20  20 30 35 2c 31 30 0d 20  |         05,10. |
00000910  20 20 20 20 20 20 20 41  44 4a 56 41 4c 20 20 26  |       ADJVAL  &|
00000920  38 30 38 41 20 20 20 20  20 20 20 20 20 20 20 30  |808A           0|
00000930  31 2c 30 32 2c 30 33 2c  30 34 2c 30 35 2c 30 36  |1,02,03,04,05,06|
00000940  2c 30 37 2c 31 30 2c 31  31 0d 20 20 20 20 20 20  |,07,10,11.      |
00000950  20 20 43 41 4c 55 54 49  20 20 26 38 30 38 44 20  |  CALUTI  &808D |
00000960  20 20 20 20 20 20 20 20  20 20 30 33 2c 30 34 2c  |          03,04,|
00000970  30 35 2c 30 36 2c 30 37  2c 30 38 2c 30 39 2c 31  |05,06,07,08,09,1|
00000980  30 2c 31 31 2c 31 32 2c  4c 57 4f 52 4b 0d 20 20  |0,11,12,LWORK.  |
00000990  20 20 20 20 20 20 53 4b  50 43 42 4c 20 20 26 38  |      SKPCBL  &8|
000009a0  30 39 30 0d 20 20 20 20  20 20 20 20 53 54 58 50  |090.        STXP|
000009b0  52 45 20 20 26 38 30 39  33 20 20 20 20 20 20 20  |RE  &8093       |
000009c0  20 20 20 20 30 35 0d 20  20 20 20 20 20 20 20 4d  |    05.        M|
000009d0  4f 56 46 42 4b 20 20 26  38 30 39 36 20 20 20 20  |OVFBK  &8096    |
000009e0  20 0d 20 20 20 20 20 20  20 20 4d 4f 56 4e 41 59  | .        MOVNAY|
000009f0  20 20 26 38 30 39 39 20  20 20 20 20 0d 20 20 20  |  &8099     .   |
00000a00  20 20 20 20 20 43 48 4b  44 49 52 20 20 26 38 30  |     CHKDIR  &80|
00000a10  39 43 20 20 20 20 20 20  20 20 20 20 20 30 35 0d  |9C           05.|
00000a20  20 20 20 20 20 20 20 20  53 45 54 44 49 52 20 20  |        SETDIR  |
00000a30  26 38 30 39 46 20 20 20  20 20 20 20 20 20 20 20  |&809F           |
00000a40  30 34 2c 30 35 0d 20 20  20 20 20 20 20 20 4f 53  |04,05.        OS|
00000a50  48 43 41 4c 20 20 26 38  30 41 32 0d 20 20 20 20  |HCAL  &80A2.    |
00000a60  20 20 20 20 43 52 54 49  58 20 20 20 26 38 30 41  |    CRTIX   &80A|
00000a70  35 0d 20 20 20 20 20 20  20 20 47 45 54 4b 59 57  |5.        GETKYW|
00000a80  20 20 26 38 30 41 38 20  20 20 20 20 20 20 20 20  |  &80A8         |
00000a90  20 20 30 32 2c 30 34 2c  30 35 2c 30 36 2c 30 37  |  02,04,05,06,07|
00000aa0  2c 31 30 2c 31 31 0d 20  20 20 20 20 20 20 20 49  |,10,11.        I|
00000ab0  44 58 53 43 48 20 20 26  38 30 41 42 20 20 20 20  |DXSCH  &80AB    |
00000ac0  20 0d 20 20 20 20 20 20  20 20 47 45 54 49 58 4e  | .        GETIXN|
00000ad0  20 20 26 38 30 41 45 0d  20 20 20 20 20 20 20 20  |  &80AE.        |
00000ae0  47 45 54 57 49 44 20 20  26 38 30 42 31 20 20 20  |GETWID  &80B1   |
00000af0  20 20 20 20 20 20 20 20  30 34 2c 30 35 2c 30 36  |        04,05,06|
00000b00  2c 30 37 2c 31 30 2c 31  31 0d 20 20 20 20 20 20  |,07,10,11.      |
00000b10  20 20 43 41 4c 53 42 4e  20 20 26 38 30 42 34 20  |  CALSBN  &80B4 |
00000b20  20 20 20 20 20 20 20 20  20 20 30 34 2c 30 35 2c  |          04,05,|
00000b30  30 36 2c 30 37 2c 31 30  2c 31 31 0d 20 20 20 20  |06,07,10,11.    |
00000b40  20 20 20 20 53 49 5a 46  4c 44 20 20 26 38 30 42  |    SIZFLD  &80B|
00000b50  37 20 20 20 20 20 0d 20  20 20 20 20 20 20 20 47  |7     .        G|
00000b60  45 54 46 4c 44 20 20 26  38 30 42 41 20 20 20 20  |ETFLD  &80BA    |
00000b70  20 20 20 20 20 20 20 30  34 2c 30 35 2c 30 36 2c  |       04,05,06,|
00000b80  30 37 2c 31 31 0d 20 20  20 20 20 20 20 20 53 43  |07,11.        SC|
00000b90  48 46 4c 4e 20 20 26 38  30 42 44 20 20 20 20 20  |HFLN  &80BD     |
00000ba0  20 20 20 20 20 20 30 32  2c 30 33 2c 30 34 2c 30  |      02,03,04,0|
00000bb0  35 2c 30 36 2c 30 37 2c  31 31 0d 20 20 20 20 20  |5,06,07,11.     |
00000bc0  20 20 20 41 53 4b 50 52  4e 20 20 26 38 30 43 30  |   ASKPRN  &80C0|
00000bd0  20 20 20 20 20 20 20 20  20 20 20 30 36 2c 30 37  |           06,07|
00000be0  2c 30 38 2c 31 32 0d 20  20 20 20 20 20 20 20 4f  |,08,12.        O|
00000bf0  50 46 49 4c 45 20 20 26  38 30 43 33 0d 20 20 20  |PFILE  &80C3.   |
00000c00  20 20 20 20 20 58 4f 53  43 4c 53 20 20 26 38 30  |     XOSCLS  &80|
00000c10  43 36 0d 20 20 20 20 20  20 20 20 58 4f 53 42 47  |C6.        XOSBG|
00000c20  45 20 20 26 38 30 43 39  0d 20 20 20 20 20 20 20  |E  &80C9.       |
00000c30  20 58 4f 53 42 50 55 20  20 26 38 30 43 43 0d 20  | XOSBPU  &80CC. |
00000c40  20 20 20 20 20 20 20 58  4f 53 47 42 50 20 20 26  |       XOSGBP  &|
00000c50  38 30 43 46 0d 20 20 20  20 20 20 20 20 58 4f 53  |80CF.        XOS|
00000c60  41 52 47 20 20 37 38 30  44 32 0d 0d 0d 54 61 62  |ARG  780D2...Tab|
00000c70  6c 65 20 32 20 2d 20 46  69 65 6c 64 20 4e 75 6d  |le 2 - Field Num|
00000c80  62 65 72 73 20 6f 66 20  74 68 65 20 48 65 61 64  |bers of the Head|
00000c90  65 72 0d 0d 20 20 20 20  20 20 20 20 44 49 46 44  |er..        DIFD|
00000ca0  45 53 20 31 20 20 20 20  20 44 65 73 63 72 69 70  |ES 1     Descrip|
00000cb0  74 69 6f 6e 20 0d 20 20  20 20 20 20 20 20 44 49  |tion .        DI|
00000cc0  46 44 53 4d 20 32 20 20  20 20 20 44 69 73 70 6c  |FDSM 2     Displ|
00000cd0  61 79 20 6d 6f 64 65 20  53 2f 43 0d 20 20 20 20  |ay mode S/C.    |
00000ce0  20 20 20 20 44 49 46 52  43 53 20 33 20 20 20 20  |    DIFRCS 3    |
00000cf0  20 52 65 63 6f 72 64 20  73 69 7a 65 0d 20 20 20  | Record size.   |
00000d00  20 20 20 20 20 44 49 46  43 41 50 20 34 20 20 20  |     DIFCAP 4   |
00000d10  20 20 43 61 70 61 63 69  74 79 0d 20 20 20 20 20  |  Capacity.     |
00000d20  20 20 20 44 49 46 49 44  58 20 35 20 20 20 20 20  |   DIFIDX 5     |
00000d30  49 6e 64 65 78 20 66 69  65 6c 64 0d 20 20 20 20  |Index field.    |
00000d40  20 20 20 20 44 49 46 53  43 4d 20 36 20 20 20 20  |    DIFSCM 6    |
00000d50  20 53 63 72 65 65 6e 20  4d 6f 64 65 0d 0d 0d 54  | Screen Mode...T|
00000d60  61 62 6c 65 20 33 20 2d  20 46 69 65 6c 64 20 4e  |able 3 - Field N|
00000d70  75 6d 62 65 72 73 20 6f  66 20 74 68 65 20 46 6f  |umbers of the Fo|
00000d80  72 6d 61 74 20 46 69 6c  65 0d 0d 20 20 20 20 20  |rmat File..     |
00000d90  20 20 20 52 46 46 46 4e  41 20 31 20 20 20 20 20  |   RFFFNA 1     |
00000da0  20 20 20 4e 61 6d 65 0d  20 20 20 20 20 20 20 20  |   Name.        |
00000db0  52 46 46 57 49 44 20 32  20 20 20 20 20 20 20 20  |RFFWID 2        |
00000dc0  57 69 64 74 68 0d 20 20  20 20 20 20 20 20 52 46  |Width.        RF|
00000dd0  46 54 59 50 20 33 20 20  20 20 20 20 20 20 54 79  |FTYP 3        Ty|
00000de0  70 65 0d 20 20 20 20 20  20 20 20 52 46 46 50 4f  |pe.        RFFPO|
00000df0  58 20 34 20 20 20 20 20  20 20 20 58 20 73 63 72  |X 4        X scr|
00000e00  65 65 6e 20 70 6f 73 69  74 69 6f 6e 0d 20 20 20  |een position.   |
00000e10  20 20 20 20 20 52 46 46  50 4f 59 20 35 20 20 20  |     RFFPOY 5   |
00000e20  20 20 20 20 20 59 20 73  63 72 65 65 6e 20 70 6f  |     Y screen po|
00000e30  73 69 74 69 6f 6e 0d 20  20 20 20 20 20 20 20 52  |sition.        R|
00000e40  46 46 41 4c 53 20 36 20  20 20 20 20 20 20 20 53  |FFALS 6        S|
00000e50  63 72 6f 6c 6c 20 59 2f  4e 0d 20 20 20 20 20 20  |croll Y/N.      |
00000e60  20 20 52 46 46 44 43 50  20 37 20 20 20 20 20 20  |  RFFDCP 7      |
00000e70  20 20 44 65 63 69 6d 61  6c 20 70 6c 61 63 65 73  |  Decimal places|
00000e80  0d 20 20 20 20 20 20 20  20 52 46 46 52 4c 4f 20  |.        RFFRLO |
00000e90  38 20 20 20 20 20 20 20  20 4c 6f 77 20 6c 69 6d  |8        Low lim|
00000ea0  69 74 0d 20 20 20 20 20  20 20 20 52 46 46 52 48  |it.        RFFRH|
00000eb0  49 20 39 20 20 20 20 20  20 20 20 48 69 67 68 20  |I 9        High |
00000ec0  6c 69 6d 69 74 0d 20 20  20 20 20 20 20 20 52 46  |limit.        RF|
00000ed0  46 49 44 58 20 31 30 20  20 20 20 20 20 20 49 6e  |FIDX 10       In|
00000ee0  64 65 78 20 59 2f 4e 0d  20 20 20 20 20 20 20 20  |dex Y/N.        |
00000ef0  52 46 46 4b 59 57 20 31  31 20 20 20 20 20 20 20  |RFFKYW 11       |
00000f00  4b 65 79 20 77 69 64 74  68 0d 20 20 20 20 20 20  |Key width.      |
00000f10  20 20 52 46 46 49 58 4e  20 31 32 20 20 20 20 20  |  RFFIXN 12     |
00000f20  20 20 49 6e 64 65 78 20  6e 61 6d 65 0d 20 20 20  |  Index name.   |
00000f30  20 20 20 20 20 52 46 46  50 52 4f 20 31 33 20 20  |     RFFPRO 13  |
00000f40  20 20 20 20 20 50 72 6f  6d 70 74 0d 20 20 20 20  |     Prompt.    |
00000f50  20 20 20 20 52 46 46 56  4c 53 20 31 34 20 20 20  |    RFFVLS 14   |
00000f60  20 20 20 20 56 61 6c 75  65 20 6c 69 73 74 0d 0d  |    Value list..|
00000f70
F/+HINT16.m0
F/+HINT16.m1
F/+HINT16.m2
F/+HINT16.m4
F/+HINT16.m5