8SA1Sim/isa.html
2021-04-07 23:07:32 -07:00

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>