9 lines
211 B
HTML
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> |