|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| README-SRC | H A D | 23-Feb-2016 | 554 | 13 | 10 |
| fplsp.S | H A D | 23-Feb-2016 | 286.8 KiB | 10,981 | 9,429 |
| fpsp.S | H A D | 16-Dec-2016 | 743.7 KiB | 24,786 | 21,258 |
| ftest.S | H A D | 23-Feb-2016 | 28.5 KiB | 1,457 | 1,114 |
| ilsp.S | H A D | 27-Jun-2017 | 30 KiB | 933 | 787 |
| isp.S | H A D | 27-Jun-2017 | 123.5 KiB | 4,300 | 3,627 |
| itest.S | H A D | 23-Feb-2016 | 103.3 KiB | 6,387 | 4,601 |
| pfpsp.S | H A D | 16-Dec-2016 | 451.7 KiB | 14,746 | 12,501 |
README-SRC
1This is the original source code from Motorola for the 68060 processor
2support code, providing emulation for rarely used m68k instructions
3not implemented in the 68060 silicon.
4
5The code provided here will not assemble out of the box using the GNU
6assembler, however it is being included in order to comply with the
7GNU General Public License.
8
9You don't need to actually assemble these files in order to compile a
10workin m68k kernel, the precompiled .sa files in arch/m68k/ifpsp060
11are sufficient and were generated from these source files by
12Motorola.
13