File: MulPCI_FC.fth

package info (click to toggle)
fcode-utils 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 46,768 kB
  • sloc: ansic: 9,717; csh: 241; makefile: 129; sh: 17
file content (36 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\  Another multiple PCI and FCode test

\  Updated Fri, 10 Jun 2005 at 09:06 by David L. Paktor


[ifndef] first-path \ Check to see if the symbol was defined?
  F[
 ." "n"n"tAdd a command-line switch:"n"t"t-d ""first-path=<true|false>"" 
 "tthen run this again."n"n"
    F]
[else]
  F[
    b00b  c0ed  90210   pci-header
       [defined] first-path 
     F]
[message] Loading first pass
    not-last-image

    fload TokConstCondTst01.fth

    pci-header-end


F[   reset-symbols
    b00b  fece  07112   pci-header
       [defined] first-path  0= 
     F]
[message] Loading second pass
    last-image

    fload TokConstCondTst01.fth

    pci-header-end

[then]