summaryrefslogtreecommitdiff
path: root/oss/asap/index.html
blob: 515eb949015b968e738ba18d1beda37502c291a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
        <head>
                <title>ASAP Processor</title>
        </head>
        <body>
                <h1>ASAP Processor</title>
                <h3>RISC-based processor family</h3>
                <p>ASAP is a RISC-based family of processors designed to be as
                simple as possible. The entire processor is licensed under the
                terms of the GNU General Public License version 2.</p>
                <h4>Useful links</h4>
                <ul>
                        <li><a href="https://git.gymli.org/jsanderson/ASAP32.git/">Git repository</a></li>
                </ul>
        </body>
</html>