Home » Personal collection » Acorn DFS disks » dfs_box03_disk08b_rq_forth_toolkit.scp » 080-099
080-099
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 DFS disks » dfs_box03_disk08b_rq_forth_toolkit.scp |
Filename: | 080-099 |
Read OK: | ✔ |
File size: | 2800 bytes |
Load address: | 5000 |
Exec address: | 5000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Acorn DFS disks » dfs_box03_disk08_rq_forth_toolkit.scp » 080-099
- Personal collection » Acorn DFS disks » dfs_box03_disk08b_rq_forth_toolkit.scp » 080-099
File contents
( Usage Locators Load ) decimal 081 090 thru exit This is the Load Block for the Usage Locators USED,2USED,USED-BEFORE USED-AFTER ( Usage Locators 1/10 ) hex variable ADDR variable 'USED : COL= ( n __ n f ) dup [ ' col= cfa @ ] literal = ; : BR= ( n __ n f ) dup [ ' branch cfa ] literal = ; : 0BR= ( n __ n f ) dup [ ' 0branch cfa ] literal = ; ( Usage Locators 2/10 ) hex : LP= ( n __ n f ) dup [ ' (loop) cfa ] literal = ; : +LP= ( n __ n f ) dup [ ' (+loop) cfa ] literal = ; : LIT= ( n __ n f ) dup [ ' lit cfa ] literal = ; : CMP= ( n __ n f ) dup [ ' compile cfa ] literal = ; ( Usage Locators 3/10 ) hex : ."= ( n __ n f ) dup [ ' (.") cfa ] literal = ; : ER"= ( n __ n f ) dup [ ' (?error") cfa ] literal = ; : EXI= ( n __ n f ) dup [ ' exit cfa ] literal = ; : ;CO= ( n __ n f ) dup [ ' (;code) cfa ] literal = ; ( Usage Locators 4/10 ) hex : OR-ELSE ( f1 n f2 __ f3 n ) rot or swap ; : DTA= 0 swap ( n __ n f ) br= or-else 0br= or-else lp= or-else +lp= or-else lit= or-else cmp= rot or ; : STR= 0 swap ( n __ n f ) ."= or-else er"= rot or ; : END= 0 swap ( n __ n f ) exi= or-else ;co= rot or ; ( Usage Locators 5/10 ) hex : SKIP 2 addr +! ; ( __ ): SKIP-STR ( __ ) addr @ c@ 1+ addr +! ; : PF@ addr @ @ ; ( __ n ) : FIND-CFA ( __ cfa ) find dup not ?error" ?" ; : COLUMN ( n __ ) out @ - 1 max spaces ; : .PFA ( nfa n __ ) cr u. ." in " id. ; ( Usage Locators 6/10 ) hex : (USED) ( cfa' nfa n1 n2 __ ditto ) dup 5 pick = if 3 pick 3 pick .pfa endif ; : (2USED) ( cfa" cfa' nfa n1 n2 __ ditto ) dup 5 pick = pf@ 7 pick = and if 3 pick 3 pick .pfa endif ; ( Usage Locators 7/10 ) hex : (USED-AFTER) ( cfa' nfa n1 n2 __ ditto ) dup 5 pick = if 3 pick addr @ .pfa 18 column pf@ 2+ nfa id. endif ; : (USED-BEFORE) ( cfa' nfa n1 n2 __ ditto ) pf@ 5 pick = if 3 pick 3 pick .pfa 18 column dup 2+ nfa id. endif ; ( Usage Locators 8/10 ) hex : COLON-SCAN ( pfa __ ) addr ! begin addr @ dup @ skip cases dta= :- skip // str= :- skip-str // endcases 'used @ execute end= not while drop drop repeat drop drop ; ( Usage Locators 9/10 ) hex : ALL-SCAN ( __ ) cr context @ @ begin dup pfa dup cfa @ cases col= :- drop colon-scan // drop drop endcases pfa lfa @ dup 0= ?escape or until drop cr cr ; ( Usage Locators 10/10 ) hex : USED ( __ ) ' (used) cfa 'used ! find-cfa all-scan drop ; : 2USED ( __ ) ' (2used) cfa 'used ! find-cfa find-cfa swap all-scan drop drop ; : USED-AFTER ( __ ) ' (used-after) cfa 'used ! find-cfa all-scan drop ; : USED-BEFORE ( __ ) ' (used-before) cfa 'used ! find-cfa all-scan drop ; ( Empty ) ( Empty ) ( Empty ) ( Empty ) ( Empty ) ( Empty ) ( Empty ) ( Empty ) ( Decompilers 2 RANGE-DECO ) hex : FIND-NFA ( __ nfa ) -find not ?error" ?" drop nfa ; : RANGE-DECO ( __ ) 0 find-nfa find-nfa over over = not if over over < if swap endif >r begin dup pfa lfa @ dup r@ = until r> endif drop begin ?dup while dup c@ swap pfa (deco) ?escape if sp! quit endif repeat ;
00000000 28 20 55 73 61 67 65 20 4c 6f 63 61 74 6f 72 73 |( Usage Locators| 00000010 20 20 20 20 20 20 20 20 20 20 4c 6f 61 64 20 29 | Load )| 00000020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000040 20 20 64 65 63 69 6d 61 6c 20 20 30 38 31 20 30 | decimal 081 0| 00000050 39 30 20 74 68 72 75 20 20 20 65 78 69 74 20 20 |90 thru exit | 00000060 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000000c0 20 20 20 20 20 54 68 69 73 20 69 73 20 74 68 65 | This is the| 000000d0 20 4c 6f 61 64 20 42 6c 6f 63 6b 20 20 20 20 20 | Load Block | 000000e0 20 20 20 20 20 66 6f 72 20 74 68 65 20 55 73 61 | for the Usa| 000000f0 67 65 20 4c 6f 63 61 74 6f 72 73 20 20 20 20 20 |ge Locators | 00000100 20 20 20 20 20 55 53 45 44 2c 32 55 53 45 44 2c | USED,2USED,| 00000110 55 53 45 44 2d 42 45 46 4f 52 45 20 20 20 20 20 |USED-BEFORE | 00000120 20 20 20 20 20 55 53 45 44 2d 41 46 54 45 52 20 | USED-AFTER | 00000130 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000200 28 20 55 73 61 67 65 20 4c 6f 63 61 74 6f 72 73 |( Usage Locators| 00000210 20 20 20 20 20 20 20 20 20 20 31 2f 31 30 20 29 | 1/10 )| 00000220 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000240 20 20 68 65 78 20 20 20 20 20 20 20 20 20 20 20 | hex | 00000250 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000280 20 20 76 61 72 69 61 62 6c 65 20 41 44 44 52 20 | variable ADDR | 00000290 20 76 61 72 69 61 62 6c 65 20 27 55 53 45 44 20 | variable 'USED | 000002a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000002c0 3a 20 43 4f 4c 3d 20 20 20 20 20 20 20 20 20 20 |: COL= | 000002d0 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 000002e0 20 20 20 20 20 20 20 64 75 70 20 5b 20 27 20 63 | dup [ ' c| 000002f0 6f 6c 3d 20 20 20 20 20 20 63 66 61 20 40 20 5d |ol= cfa @ ]| 00000300 20 20 20 20 20 20 20 6c 69 74 65 72 61 6c 20 3d | literal =| 00000310 20 3b 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | ; | 00000320 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000340 3a 20 42 52 3d 20 20 20 20 20 20 20 20 20 20 20 |: BR= | 00000350 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 00000360 20 20 20 20 20 20 20 64 75 70 20 5b 20 27 20 62 | dup [ ' b| 00000370 72 61 6e 63 68 20 20 20 20 63 66 61 20 5d 20 20 |ranch cfa ] | 00000380 20 20 20 20 20 20 20 6c 69 74 65 72 61 6c 20 3d | literal =| 00000390 20 3b 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | ; | 000003a0 3a 20 30 42 52 3d 20 20 20 20 20 20 20 20 20 20 |: 0BR= | 000003b0 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 000003c0 20 20 20 20 20 20 20 64 75 70 20 5b 20 27 20 30 | dup [ ' 0| 000003d0 62 72 61 6e 63 68 20 20 20 63 66 61 20 5d 20 20 |branch cfa ] | 000003e0 20 20 20 20 20 20 20 6c 69 74 65 72 61 6c 20 3d | literal =| 000003f0 20 3b 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | ; | 00000400 28 20 55 73 61 67 65 20 4c 6f 63 61 74 6f 72 73 |( Usage Locators| 00000410 20 20 20 20 20 20 20 20 20 20 32 2f 31 30 20 29 | 2/10 )| 00000420 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000440 20 20 68 65 78 20 20 20 20 20 20 20 20 20 20 20 | hex | 00000450 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000480 3a 20 4c 50 3d 20 20 20 20 20 20 20 20 20 20 20 |: LP= | 00000490 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 000004a0 20 20 20 20 20 20 20 64 75 70 20 5b 20 27 20 28 | dup [ ' (| 000004b0 6c 6f 6f 70 29 20 20 20 20 63 66 61 20 5d 20 20 |loop) cfa ] | 000004c0 20 20 20 20 20 20 20 6c 69 74 65 72 61 6c 20 3d | literal =| 000004d0 20 3b 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | ; | 000004e0 3a 20 2b 4c 50 3d 20 20 20 20 20 20 20 20 20 20 |: +LP= | 000004f0 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 00000500 20 20 20 20 20 20 20 64 75 70 20 5b 20 27 20 28 | dup [ ' (| 00000510 2b 6c 6f 6f 70 29 20 20 20 63 66 61 20 5d 20 20 |+loop) cfa ] | 00000520 20 20 20 20 20 20 20 6c 69 74 65 72 61 6c 20 3d | literal =| 00000530 20 3b 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | ; | 00000540 3a 20 4c 49 54 3d 20 20 20 20 20 20 20 20 20 20 |: LIT= | 00000550 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 00000560 20 20 20 20 20 20 20 64 75 70 20 5b 20 27 20 6c | dup [ ' l| 00000570 69 74 20 20 20 20 20 20 20 63 66 61 20 5d 20 20 |it cfa ] | 00000580 20 20 20 20 20 20 20 6c 69 74 65 72 61 6c 20 3d | literal =| 00000590 20 3b 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | ; | 000005a0 3a 20 43 4d 50 3d 20 20 20 20 20 20 20 20 20 20 |: CMP= | 000005b0 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 000005c0 20 20 20 20 20 20 20 64 75 70 20 5b 20 27 20 63 | dup [ ' c| 000005d0 6f 6d 70 69 6c 65 20 20 20 63 66 61 20 5d 20 20 |ompile cfa ] | 000005e0 20 20 20 20 20 20 20 6c 69 74 65 72 61 6c 20 3d | literal =| 000005f0 20 3b 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | ; | 00000600 28 20 55 73 61 67 65 20 4c 6f 63 61 74 6f 72 73 |( Usage Locators| 00000610 20 20 20 20 20 20 20 20 20 20 33 2f 31 30 20 29 | 3/10 )| 00000620 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000640 20 20 68 65 78 20 20 20 20 20 20 20 20 20 20 20 | hex | 00000650 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000680 3a 20 2e 22 3d 20 20 20 20 20 20 20 20 20 20 20 |: ."= | 00000690 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 000006a0 20 20 20 20 20 20 20 64 75 70 20 5b 20 27 20 28 | dup [ ' (| 000006b0 2e 22 29 20 20 20 20 20 20 63 66 61 20 5d 20 20 |.") cfa ] | 000006c0 20 20 20 20 20 20 20 6c 69 74 65 72 61 6c 20 3d | literal =| 000006d0 20 3b 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | ; | 000006e0 3a 20 45 52 22 3d 20 20 20 20 20 20 20 20 20 20 |: ER"= | 000006f0 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 00000700 20 20 20 20 20 20 20 64 75 70 20 5b 20 27 20 28 | dup [ ' (| 00000710 3f 65 72 72 6f 72 22 29 20 63 66 61 20 5d 20 20 |?error") cfa ] | 00000720 20 20 20 20 20 20 20 6c 69 74 65 72 61 6c 20 3d | literal =| 00000730 20 3b 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | ; | 00000740 3a 20 45 58 49 3d 20 20 20 20 20 20 20 20 20 20 |: EXI= | 00000750 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 00000760 20 20 20 20 20 20 20 64 75 70 20 5b 20 27 20 65 | dup [ ' e| 00000770 78 69 74 20 20 20 20 20 20 63 66 61 20 5d 20 20 |xit cfa ] | 00000780 20 20 20 20 20 20 20 6c 69 74 65 72 61 6c 20 3d | literal =| 00000790 20 3b 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | ; | 000007a0 3a 20 3b 43 4f 3d 20 20 20 20 20 20 20 20 20 20 |: ;CO= | 000007b0 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 000007c0 20 20 20 20 20 20 20 64 75 70 20 5b 20 27 20 28 | dup [ ' (| 000007d0 3b 63 6f 64 65 29 20 20 20 63 66 61 20 5d 20 20 |;code) cfa ] | 000007e0 20 20 20 20 20 20 20 6c 69 74 65 72 61 6c 20 3d | literal =| 000007f0 20 3b 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | ; | 00000800 28 20 55 73 61 67 65 20 4c 6f 63 61 74 6f 72 73 |( Usage Locators| 00000810 20 20 20 20 20 20 20 20 20 20 34 2f 31 30 20 29 | 4/10 )| 00000820 20 20 68 65 78 20 20 20 20 20 20 20 20 20 20 20 | hex | 00000830 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000860 3a 20 4f 52 2d 45 4c 53 45 20 20 20 20 28 20 66 |: OR-ELSE ( f| 00000870 31 20 6e 20 66 32 20 5f 5f 20 66 33 20 6e 20 29 |1 n f2 __ f3 n )| 00000880 20 20 20 72 6f 74 20 6f 72 20 73 77 61 70 20 3b | rot or swap ;| 00000890 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000008c0 3a 20 44 54 41 3d 20 20 30 20 73 77 61 70 20 20 |: DTA= 0 swap | 000008d0 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 000008e0 20 20 20 62 72 3d 20 20 6f 72 2d 65 6c 73 65 20 | br= or-else | 000008f0 20 30 62 72 3d 20 6f 72 2d 65 6c 73 65 20 20 20 | 0br= or-else | 00000900 20 20 20 6c 70 3d 20 20 6f 72 2d 65 6c 73 65 20 | lp= or-else | 00000910 20 2b 6c 70 3d 20 6f 72 2d 65 6c 73 65 20 20 20 | +lp= or-else | 00000920 20 20 20 6c 69 74 3d 20 6f 72 2d 65 6c 73 65 20 | lit= or-else | 00000930 20 63 6d 70 3d 20 72 6f 74 20 6f 72 20 3b 20 20 | cmp= rot or ; | 00000940 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000960 3a 20 53 54 52 3d 20 20 30 20 73 77 61 70 20 20 |: STR= 0 swap | 00000970 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 00000980 20 20 20 2e 22 3d 20 20 6f 72 2d 65 6c 73 65 20 | ."= or-else | 00000990 20 65 72 22 3d 20 72 6f 74 20 6f 72 20 3b 20 20 | er"= rot or ; | 000009a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000009c0 3a 20 45 4e 44 3d 20 20 30 20 73 77 61 70 20 20 |: END= 0 swap | 000009d0 20 20 20 20 28 20 6e 20 5f 5f 20 6e 20 66 20 29 | ( n __ n f )| 000009e0 20 20 20 65 78 69 3d 20 6f 72 2d 65 6c 73 65 20 | exi= or-else | 000009f0 20 3b 63 6f 3d 20 72 6f 74 20 6f 72 20 3b 20 20 | ;co= rot or ; | 00000a00 28 20 55 73 61 67 65 20 4c 6f 63 61 74 6f 72 73 |( Usage Locators| 00000a10 20 20 20 20 20 20 20 20 20 20 35 2f 31 30 20 29 | 5/10 )| 00000a20 20 20 68 65 78 20 20 20 20 20 20 20 20 20 20 20 | hex | 00000a30 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000a40 3a 20 53 4b 49 50 20 32 20 61 64 64 72 20 2b 21 |: SKIP 2 addr +!| 00000a50 20 3b 20 20 20 20 20 20 20 20 28 20 5f 5f 20 29 | ; ( __ )| 00000a60 3a 20 53 4b 49 50 2d 53 54 52 20 20 20 20 20 20 |: SKIP-STR | 00000a70 20 20 20 20 20 20 20 20 20 20 28 20 5f 5f 20 29 | ( __ )| 00000a80 20 20 20 20 20 20 20 61 64 64 72 20 40 20 63 40 | addr @ c@| 00000a90 20 31 2b 20 61 64 64 72 20 2b 21 20 3b 20 20 20 | 1+ addr +! ; | 00000aa0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000ac0 3a 20 50 46 40 20 20 61 64 64 72 20 40 20 40 20 |: PF@ addr @ @ | 00000ad0 3b 20 20 20 20 20 20 20 28 20 5f 5f 20 6e 20 29 |; ( __ n )| 00000ae0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000b00 3a 20 46 49 4e 44 2d 43 46 41 20 20 20 20 20 20 |: FIND-CFA | 00000b10 20 20 20 20 20 20 28 20 5f 5f 20 63 66 61 20 29 | ( __ cfa )| 00000b20 20 20 20 66 69 6e 64 20 64 75 70 20 6e 6f 74 20 | find dup not | 00000b30 3f 65 72 72 6f 72 22 20 3f 22 20 3b 20 20 20 20 |?error" ?" ; | 00000b40 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000b60 3a 20 43 4f 4c 55 4d 4e 20 20 20 20 20 20 20 20 |: COLUMN | 00000b70 20 20 20 20 20 20 20 20 28 20 6e 20 5f 5f 20 29 | ( n __ )| 00000b80 20 20 20 6f 75 74 20 40 20 2d 20 31 20 6d 61 78 | out @ - 1 max| 00000b90 20 73 70 61 63 65 73 20 3b 20 20 20 20 20 20 20 | spaces ; | 00000ba0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000bc0 3a 20 2e 50 46 41 20 20 20 20 20 20 20 20 20 20 |: .PFA | 00000bd0 20 20 20 20 28 20 6e 66 61 20 6e 20 5f 5f 20 29 | ( nfa n __ )| 00000be0 20 20 20 63 72 20 75 2e 20 2e 22 20 69 6e 20 22 | cr u. ." in "| 00000bf0 20 69 64 2e 20 3b 20 20 20 20 20 20 20 20 20 20 | id. ; | 00000c00 28 20 55 73 61 67 65 20 4c 6f 63 61 74 6f 72 73 |( Usage Locators| 00000c10 20 20 20 20 20 20 20 20 20 20 36 2f 31 30 20 29 | 6/10 )| 00000c20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000c40 20 20 68 65 78 20 20 20 20 20 20 20 20 20 20 20 | hex | 00000c50 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000c80 3a 20 28 55 53 45 44 29 20 20 20 20 20 20 20 20 |: (USED) | 00000c90 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000ca0 20 20 20 20 20 28 20 63 66 61 27 20 6e 66 61 20 | ( cfa' nfa | 00000cb0 6e 31 20 6e 32 20 5f 5f 20 64 69 74 74 6f 20 29 |n1 n2 __ ditto )| 00000cc0 20 20 20 64 75 70 20 35 20 70 69 63 6b 20 3d 20 | dup 5 pick = | 00000cd0 69 66 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |if | 00000ce0 20 20 20 20 20 33 20 70 69 63 6b 20 33 20 70 69 | 3 pick 3 pi| 00000cf0 63 6b 20 2e 70 66 61 20 20 20 20 20 20 20 20 20 |ck .pfa | 00000d00 20 20 20 65 6e 64 69 66 20 3b 20 20 20 20 20 20 | endif ; | 00000d10 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000d40 3a 20 28 32 55 53 45 44 29 20 20 20 20 20 20 20 |: (2USED) | 00000d50 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000d60 28 20 63 66 61 22 20 63 66 61 27 20 6e 66 61 20 |( cfa" cfa' nfa | 00000d70 6e 31 20 6e 32 20 5f 5f 20 64 69 74 74 6f 20 29 |n1 n2 __ ditto )| 00000d80 20 20 20 64 75 70 20 35 20 70 69 63 6b 20 3d 20 | dup 5 pick = | 00000d90 70 66 40 20 37 20 70 69 63 6b 20 3d 20 20 20 20 |pf@ 7 pick = | 00000da0 20 20 20 61 6e 64 20 69 66 20 20 20 20 20 20 20 | and if | 00000db0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000dc0 20 20 20 20 20 33 20 70 69 63 6b 20 33 20 70 69 | 3 pick 3 pi| 00000dd0 63 6b 20 2e 70 66 61 20 20 20 20 20 20 20 20 20 |ck .pfa | 00000de0 20 20 20 65 6e 64 69 66 20 3b 20 20 20 20 20 20 | endif ; | 00000df0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000e00 28 20 55 73 61 67 65 20 4c 6f 63 61 74 6f 72 73 |( Usage Locators| 00000e10 20 20 20 20 20 20 20 20 20 20 37 2f 31 30 20 29 | 7/10 )| 00000e20 20 20 68 65 78 20 20 20 20 20 20 20 20 20 20 20 | hex | 00000e30 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000e60 3a 20 28 55 53 45 44 2d 41 46 54 45 52 29 20 20 |: (USED-AFTER) | 00000e70 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000e80 20 20 20 20 20 28 20 63 66 61 27 20 6e 66 61 20 | ( cfa' nfa | 00000e90 6e 31 20 6e 32 20 5f 5f 20 64 69 74 74 6f 20 29 |n1 n2 __ ditto )| 00000ea0 20 20 20 64 75 70 20 35 20 70 69 63 6b 20 3d 20 | dup 5 pick = | 00000eb0 69 66 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |if | 00000ec0 20 20 20 20 20 33 20 70 69 63 6b 20 61 64 64 72 | 3 pick addr| 00000ed0 20 40 20 2e 70 66 61 20 20 20 20 20 20 20 20 20 | @ .pfa | 00000ee0 20 20 20 20 20 31 38 20 63 6f 6c 75 6d 6e 20 70 | 18 column p| 00000ef0 66 40 20 32 2b 20 6e 66 61 20 69 64 2e 20 20 20 |f@ 2+ nfa id. | 00000f00 20 20 20 65 6e 64 69 66 20 3b 20 20 20 20 20 20 | endif ; | 00000f10 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000f40 3a 20 28 55 53 45 44 2d 42 45 46 4f 52 45 29 20 |: (USED-BEFORE) | 00000f50 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000f60 20 20 20 20 20 28 20 63 66 61 27 20 6e 66 61 20 | ( cfa' nfa | 00000f70 6e 31 20 6e 32 20 5f 5f 20 64 69 74 74 6f 20 29 |n1 n2 __ ditto )| 00000f80 20 20 20 70 66 40 20 35 20 70 69 63 6b 20 3d 20 | pf@ 5 pick = | 00000f90 69 66 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |if | 00000fa0 20 20 20 20 20 33 20 70 69 63 6b 20 33 20 70 69 | 3 pick 3 pi| 00000fb0 63 6b 20 2e 70 66 61 20 20 20 20 20 20 20 20 20 |ck .pfa | 00000fc0 20 20 20 20 20 31 38 20 63 6f 6c 75 6d 6e 20 64 | 18 column d| 00000fd0 75 70 20 32 2b 20 6e 66 61 20 69 64 2e 20 20 20 |up 2+ nfa id. | 00000fe0 20 20 20 65 6e 64 69 66 20 3b 20 20 20 20 20 20 | endif ; | 00000ff0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001000 28 20 55 73 61 67 65 20 4c 6f 63 61 74 6f 72 73 |( Usage Locators| 00001010 20 20 20 20 20 20 20 20 20 20 38 2f 31 30 20 29 | 8/10 )| 00001020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001040 20 20 68 65 78 20 20 20 20 20 20 20 20 20 20 20 | hex | 00001050 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001080 3a 20 43 4f 4c 4f 4e 2d 53 43 41 4e 20 20 20 20 |: COLON-SCAN | 00001090 20 20 20 20 20 20 28 20 70 66 61 20 5f 5f 20 29 | ( pfa __ )| 000010a0 20 20 20 61 64 64 72 20 21 20 20 20 20 20 20 20 | addr ! | 000010b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000010c0 20 20 20 62 65 67 69 6e 20 20 20 20 20 20 20 20 | begin | 000010d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000010e0 20 20 20 20 20 61 64 64 72 20 40 20 64 75 70 20 | addr @ dup | 000010f0 40 20 73 6b 69 70 20 20 20 20 20 20 20 20 20 20 |@ skip | 00001100 20 20 20 20 20 63 61 73 65 73 20 20 20 20 20 20 | cases | 00001110 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001120 20 20 20 20 20 20 20 64 74 61 3d 20 3a 2d 20 73 | dta= :- s| 00001130 6b 69 70 20 20 20 20 20 2f 2f 20 20 20 20 20 20 |kip // | 00001140 20 20 20 20 20 20 20 73 74 72 3d 20 3a 2d 20 73 | str= :- s| 00001150 6b 69 70 2d 73 74 72 20 2f 2f 20 20 20 20 20 20 |kip-str // | 00001160 20 20 20 20 20 65 6e 64 63 61 73 65 73 20 20 20 | endcases | 00001170 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001180 20 20 20 20 20 27 75 73 65 64 20 40 20 65 78 65 | 'used @ exe| 00001190 63 75 74 65 20 20 20 20 20 20 20 20 20 20 20 20 |cute | 000011a0 20 20 20 20 20 65 6e 64 3d 20 6e 6f 74 20 77 68 | end= not wh| 000011b0 69 6c 65 20 64 72 6f 70 20 64 72 6f 70 20 20 20 |ile drop drop | 000011c0 20 20 20 72 65 70 65 61 74 20 20 20 20 20 20 20 | repeat | 000011d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000011e0 20 20 20 64 72 6f 70 20 64 72 6f 70 20 3b 20 20 | drop drop ; | 000011f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001200 28 20 55 73 61 67 65 20 4c 6f 63 61 74 6f 72 73 |( Usage Locators| 00001210 20 20 20 20 20 20 20 20 20 20 39 2f 31 30 20 29 | 9/10 )| 00001220 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001240 20 20 68 65 78 20 20 20 20 20 20 20 20 20 20 20 | hex | 00001250 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001280 3a 20 41 4c 4c 2d 53 43 41 4e 20 20 20 20 20 20 |: ALL-SCAN | 00001290 20 20 20 20 20 20 20 20 20 20 28 20 5f 5f 20 29 | ( __ )| 000012a0 20 20 20 63 72 20 63 6f 6e 74 65 78 74 20 40 20 | cr context @ | 000012b0 40 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |@ | 000012c0 20 20 20 62 65 67 69 6e 20 20 20 20 20 20 20 20 | begin | 000012d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000012e0 20 20 20 20 20 64 75 70 20 70 66 61 20 64 75 70 | dup pfa dup| 000012f0 20 63 66 61 20 40 20 20 20 20 20 20 20 20 20 20 | cfa @ | 00001300 20 20 20 20 20 63 61 73 65 73 20 20 20 20 20 20 | cases | 00001310 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001320 20 20 20 20 20 20 20 63 6f 6c 3d 20 3a 2d 20 64 | col= :- d| 00001330 72 6f 70 20 63 6f 6c 6f 6e 2d 73 63 61 6e 20 20 |rop colon-scan | 00001340 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2f | /| 00001350 2f 20 64 72 6f 70 20 64 72 6f 70 20 20 20 20 20 |/ drop drop | 00001360 20 20 20 20 20 65 6e 64 63 61 73 65 73 20 20 20 | endcases | 00001370 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001380 20 20 20 20 20 70 66 61 20 6c 66 61 20 40 20 20 | pfa lfa @ | 00001390 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000013a0 20 20 20 20 20 64 75 70 20 30 3d 20 3f 65 73 63 | dup 0= ?esc| 000013b0 61 70 65 20 6f 72 20 20 20 20 20 20 20 20 20 20 |ape or | 000013c0 20 20 20 75 6e 74 69 6c 20 20 20 20 20 20 20 20 | until | 000013d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000013e0 20 20 20 64 72 6f 70 20 63 72 20 63 72 20 3b 20 | drop cr cr ; | 000013f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001400 28 20 55 73 61 67 65 20 4c 6f 63 61 74 6f 72 73 |( Usage Locators| 00001410 20 20 20 20 20 20 20 20 20 31 30 2f 31 30 20 29 | 10/10 )| 00001420 20 20 68 65 78 20 20 20 20 20 20 20 20 20 20 20 | hex | 00001430 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001460 3a 20 55 53 45 44 20 20 20 20 20 20 20 20 20 20 |: USED | 00001470 20 20 20 20 20 20 20 20 20 20 28 20 5f 5f 20 29 | ( __ )| 00001480 20 20 20 27 20 28 75 73 65 64 29 20 63 66 61 20 | ' (used) cfa | 00001490 27 75 73 65 64 20 21 20 20 20 20 20 20 20 20 20 |'used ! | 000014a0 20 20 20 66 69 6e 64 2d 63 66 61 20 61 6c 6c 2d | find-cfa all-| 000014b0 73 63 61 6e 20 64 72 6f 70 20 3b 20 20 20 20 20 |scan drop ; | 000014c0 3a 20 32 55 53 45 44 20 20 20 20 20 20 20 20 20 |: 2USED | 000014d0 20 20 20 20 20 20 20 20 20 20 28 20 5f 5f 20 29 | ( __ )| 000014e0 20 20 20 27 20 28 32 75 73 65 64 29 20 63 66 61 | ' (2used) cfa| 000014f0 20 27 75 73 65 64 20 21 20 20 20 20 20 20 20 20 | 'used ! | 00001500 20 20 20 66 69 6e 64 2d 63 66 61 20 66 69 6e 64 | find-cfa find| 00001510 2d 63 66 61 20 73 77 61 70 20 20 20 20 20 20 20 |-cfa swap | 00001520 20 20 20 61 6c 6c 2d 73 63 61 6e 20 64 72 6f 70 | all-scan drop| 00001530 20 64 72 6f 70 20 3b 20 20 20 20 20 20 20 20 20 | drop ; | 00001540 3a 20 55 53 45 44 2d 41 46 54 45 52 20 20 20 20 |: USED-AFTER | 00001550 20 20 20 20 20 20 20 20 20 20 28 20 5f 5f 20 29 | ( __ )| 00001560 20 20 20 27 20 28 75 73 65 64 2d 61 66 74 65 72 | ' (used-after| 00001570 29 20 63 66 61 20 27 75 73 65 64 20 21 20 20 20 |) cfa 'used ! | 00001580 20 20 20 66 69 6e 64 2d 63 66 61 20 61 6c 6c 2d | find-cfa all-| 00001590 73 63 61 6e 20 64 72 6f 70 20 3b 20 20 20 20 20 |scan drop ; | 000015a0 3a 20 55 53 45 44 2d 42 45 46 4f 52 45 20 20 20 |: USED-BEFORE | 000015b0 20 20 20 20 20 20 20 20 20 20 28 20 5f 5f 20 29 | ( __ )| 000015c0 20 20 20 27 20 28 75 73 65 64 2d 62 65 66 6f 72 | ' (used-befor| 000015d0 65 29 20 63 66 61 20 27 75 73 65 64 20 21 20 20 |e) cfa 'used ! | 000015e0 20 20 20 66 69 6e 64 2d 63 66 61 20 61 6c 6c 2d | find-cfa all-| 000015f0 73 63 61 6e 20 64 72 6f 70 20 3b 20 20 20 20 20 |scan drop ; | 00001600 28 20 45 6d 70 74 79 20 20 20 20 20 20 20 20 20 |( Empty | 00001610 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 29 | )| 00001620 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001800 28 20 45 6d 70 74 79 20 20 20 20 20 20 20 20 20 |( Empty | 00001810 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 29 | )| 00001820 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001a00 28 20 45 6d 70 74 79 20 20 20 20 20 20 20 20 20 |( Empty | 00001a10 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 29 | )| 00001a20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001c00 28 20 45 6d 70 74 79 20 20 20 20 20 20 20 20 20 |( Empty | 00001c10 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 29 | )| 00001c20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001e00 28 20 45 6d 70 74 79 20 20 20 20 20 20 20 20 20 |( Empty | 00001e10 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 29 | )| 00001e20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00002000 28 20 45 6d 70 74 79 20 20 20 20 20 20 20 20 20 |( Empty | 00002010 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 29 | )| 00002020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00002200 28 20 45 6d 70 74 79 20 20 20 20 20 20 20 20 20 |( Empty | 00002210 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 29 | )| 00002220 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00002400 28 20 45 6d 70 74 79 20 20 20 20 20 20 20 20 20 |( Empty | 00002410 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 29 | )| 00002420 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00002600 28 20 44 65 63 6f 6d 70 69 6c 65 72 73 20 32 20 |( Decompilers 2 | 00002610 20 20 20 20 52 41 4e 47 45 2d 44 45 43 4f 20 29 | RANGE-DECO )| 00002620 20 20 68 65 78 20 20 20 20 20 20 20 20 20 20 20 | hex | 00002630 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002640 3a 20 46 49 4e 44 2d 4e 46 41 20 20 20 20 20 20 |: FIND-NFA | 00002650 20 20 20 20 20 20 28 20 5f 5f 20 6e 66 61 20 29 | ( __ nfa )| 00002660 20 20 20 2d 66 69 6e 64 20 6e 6f 74 20 3f 65 72 | -find not ?er| 00002670 72 6f 72 22 20 3f 22 20 64 72 6f 70 20 20 20 20 |ror" ?" drop | 00002680 20 20 20 6e 66 61 20 3b 20 20 20 20 20 20 20 20 | nfa ; | 00002690 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000026a0 3a 20 52 41 4e 47 45 2d 44 45 43 4f 20 20 20 20 |: RANGE-DECO | 000026b0 20 20 20 20 20 20 20 20 20 20 28 20 5f 5f 20 29 | ( __ )| 000026c0 20 20 20 30 20 66 69 6e 64 2d 6e 66 61 20 66 69 | 0 find-nfa fi| 000026d0 6e 64 2d 6e 66 61 20 20 20 20 20 20 20 20 20 20 |nd-nfa | 000026e0 20 20 20 6f 76 65 72 20 6f 76 65 72 20 3d 20 6e | over over = n| 000026f0 6f 74 20 69 66 20 20 20 20 20 20 20 20 20 20 20 |ot if | 00002700 20 20 20 20 20 6f 76 65 72 20 6f 76 65 72 20 3c | over over <| 00002710 20 69 66 20 73 77 61 70 20 65 6e 64 69 66 20 20 | if swap endif | 00002720 20 20 20 20 20 3e 72 20 62 65 67 69 6e 20 20 20 | >r begin | 00002730 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002740 20 20 20 20 20 20 20 64 75 70 20 70 66 61 20 6c | dup pfa l| 00002750 66 61 20 40 20 64 75 70 20 72 40 20 3d 20 20 20 |fa @ dup r@ = | 00002760 20 20 20 20 20 75 6e 74 69 6c 20 72 3e 20 20 20 | until r> | 00002770 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002780 20 20 20 65 6e 64 69 66 20 64 72 6f 70 20 62 65 | endif drop be| 00002790 67 69 6e 20 3f 64 75 70 20 77 68 69 6c 65 20 20 |gin ?dup while | 000027a0 20 20 20 20 20 64 75 70 20 63 40 20 73 77 61 70 | dup c@ swap| 000027b0 20 70 66 61 20 28 64 65 63 6f 29 20 20 20 20 20 | pfa (deco) | 000027c0 20 20 20 20 20 3f 65 73 63 61 70 65 20 69 66 20 | ?escape if | 000027d0 73 70 21 20 71 75 69 74 20 65 6e 64 69 66 20 20 |sp! quit endif | 000027e0 20 20 20 72 65 70 65 61 74 20 3b 20 20 20 20 20 | repeat ; | 000027f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002800