Lines Matching +full:- +full:section

3 M68000 Hi-Performance Microprocessor Division
5 Production Release P1.00 -- October 10, 1994
30 -----------------------------------------------------
36 --------------------
56 -----------------------
59 -----------------
60 | | - 128 byte-sized section
61 (1) | Call-Out | - 4 bytes per entry (user fills these in)
63 -----------------
64 | | - 8 bytes per entry
65 (2) | Entry Point | - user does "bsr" or "jsr" to this address
67 -----------------
68 | | - code section
71 -----------------
74 The first section of this module is the "Call-out" section. This section
75 is NOT INCLUDED in {i,f}test.sa (an example "Call-out" section is provided at
76 the end of this file). The purpose of this section is to allow the test
78 by the host operating system. This section MUST be exactly 128 bytes in
81 location are listed in "68060{ISP,FPSP}-TEST call-outs" below). Each field
83 the starting address of the "call-out" section. The "Call-out" section must
85 are individual tests, they each require their own "Call-out" sections.
87 The second section, the "Entry-point" section, is used by external routines
89 no symbol names, this section contains function entry points that are fixed
90 with respect to the top of the package. The currently defined entry-points
91 are listed in section "68060{ISP,FPSP}-TEST entry points" below. A calling
93 function entry-point.
100 (_060ISP_TEST is the starting address of the "Call-out" section; the "Call-out"
101 section is 128 bytes long; and the 68060ISP test entry point is located
102 0 bytes from the top of the "Entry-point" section.)
104 The third section is the code section. After entering through an "Entry-point",
105 the entry code jumps to the appropriate test code within the code section.
107 68060ISP-TEST Call-outs:
108 ------------------------
112 68060FPSP-TEST Call-outs:
113 -------------------------
120 In "C"-like fashion, the test program calls:
137 68060ISP-TEST Entry-points:
138 ---------------------------
141 68060FPSP-TEST Entry-points:
142 ----------------------------
147 The floating-point unit test has 3 entry points which will require
153 (3) non-maskable overflow/underflow exceptions
170 --------------
174 will be system-implemented several different ways and the test packages
177 Example test package set-up:
178 ----------------------------
194 # beginning of "Call-out" section; provided by integrator.
197 long _print_str - _060FPSP_TEST
198 long _print_num - _060FPSP_TEST
201 # ftest.sa starts here; start of "Entry-point" section.