16 lines
370 B
HTML
16 lines
370 B
HTML
<html>
|
|
<head>
|
|
<title>MatCat's 8SA1 CPU ISA Documentation</title>
|
|
</head>
|
|
<body style="font-family: monospace; font-size: 1.5em;">
|
|
|
|
<div id="isa_list">
|
|
|
|
</div>
|
|
<script src="js/defines.js"></script>
|
|
<script src="js/microcode_compiler.js"></script>
|
|
<script src="js/asm_compiler.js"></script>
|
|
<script src="js/instruction_doc.js"></script>
|
|
</body>
|
|
</html>
|