8SA1Sim/index.html
2021-04-03 20:36:17 -07:00

9 lines
211 B
HTML

<html>
<head>
<title>MatCat's 8SA1 CPU Simulator</title>
</head>
<body>
<script src="js/main.js"></script>
<script src="js/microcode_compiler.js"></script>
</body>
</html>