Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / obp / obp / fm / lib / loadcomm.fth
CommitLineData
920dae64
AT
1\ ========== Copyright Header Begin ==========================================
2\
3\ Hypervisor Software File: loadcomm.fth
4\
5\ Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
6\
7\ - Do no alter or remove copyright notices
8\
9\ - Redistribution and use of this software in source and binary forms, with
10\ or without modification, are permitted provided that the following
11\ conditions are met:
12\
13\ - Redistribution of source code must retain the above copyright notice,
14\ this list of conditions and the following disclaimer.
15\
16\ - Redistribution in binary form must reproduce the above copyright notice,
17\ this list of conditions and the following disclaimer in the
18\ documentation and/or other materials provided with the distribution.
19\
20\ Neither the name of Sun Microsystems, Inc. or the names of contributors
21\ may be used to endorse or promote products derived from this software
22\ without specific prior written permission.
23\
24\ This software is provided "AS IS," without a warranty of any kind.
25\ ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
26\ INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
27\ PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN
28\ MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR
29\ ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
30\ DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN
31\ OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR
32\ FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
33\ DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY,
34\ ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF
35\ SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
36\
37\ You acknowledge that this software is not designed, licensed or
38\ intended for use in the design, construction, operation or maintenance of
39\ any nuclear facility.
40\
41\ ========== Copyright Header End ============================================
42id: @(#)loadcomm.fth 1.13 03/12/11 09:22:50
43purpose:
44copyright: Copyright 1994-2003 Sun Microsystems, Inc. All Rights Reserved
45copyright: Copyright 1994 FirmWorks All Rights Reserved
46copyright: Use is subject to license terms.
47
48transient fload ${BP}/fm/lib/xref.fth resident
49fload ${BP}/fm/lib/th.fth
50
51transient fload ${BP}/fm/lib/filetool.fth resident
52 \ needed for dispose, savefort.fth
53transient fload ${BP}/fm/lib/dispose.fth resident
54
55transient fload ${BP}/fm/lib/showspac.fth resident
56
57\
58
59fload ${BP}/fm/lib/chains.fth
60
61fload ${BP}/fm/lib/patch.fth
62\ fload ${BP}/fm/kernel/hashcach.fth
63
64headers transient alias headerless0 headers resident
65
66fload ${BP}/fm/lib/ansiterm.fth
67
68fload ${BP}/fm/lib/strings.fth
69
70fload ${BP}/fm/lib/fastspac.fth
71
72fload ${BP}/fm/lib/cirstack.fth \ Circular stack
73fload ${BP}/fm/lib/pseudors.fth \ Interpretable >r and r>
74
75fload ${BP}/fm/lib/headtool.fth
76
77transient fload ${BP}/fm/lib/needs.fth resident
78
79fload ${BP}/fm/lib/suspend.fth
80
81fload ${BP}/fm/lib/util.fth
82fload ${BP}/fm/lib/format.fth
83
84fload ${BP}/fm/lib/stringar.fth
85
86fload ${BP}/fm/lib/parses1.fth \ String parsing
87
88fload ${BP}/fm/lib/split.fth
89
90fload ${BP}/fm/lib/dump.fth
91fload ${BP}/fm/lib/words.fth
92fload ${BP}/fm/lib/decomp.fth
93
94\ Uses over-vocabulary from words.fth
95transient fload ${BP}/fm/lib/dumphead.fth resident
96
97fload ${BP}/fm/lib/seechain.fth
98
99fload ${BP}/fm/lib/loadedit.fth \ Command line editor module
100
101fload ${BP}/fm/lib/caller.fth
102
103fload ${BP}/fm/lib/callfind.fth
104fload ${BP}/fm/lib/substrin.fth
105fload ${BP}/fm/lib/sift.fth
106
107fload ${BP}/fm/lib/array.fth
108
109fload ${BP}/fm/lib/linklist.fth \ Linked list routines
110
111fload ${BP}/fm/lib/initsave.fth \ Common code for save-forth et al