mirror of https://github.com/chyyuu/v8-cpu.git
Use newest Angular and Bootstrap version and pump version to 0.4.0
This commit is contained in:
parent
0c6ef05a71
commit
31fc8ec977
|
@ -16,7 +16,7 @@ Run `grunt` to build the project.
|
|||
### License
|
||||
**The MIT License**
|
||||
|
||||
Copyright (c) 2014 Marco Schweighauser
|
||||
Copyright (c) 2015 Marco Schweighauser
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>Simple 8-bit Assembler Simulator in Javascript</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
<script type="text/javascript" src="//use.typekit.net/tor0zlh.js"></script>
|
||||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
||||
|
@ -164,9 +164,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<hr style="margin-top:10px;margin-bottom:10px;"/>
|
||||
<p><small>by Marco Schweighauser (2014) | MIT License</small></p>
|
||||
<p><small>by Marco Schweighauser (2015) | MIT License</small></p>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.10/angular.min.js"></script>
|
||||
<script src="assets/asmsimulator.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Simple 8-bit Assembler - Instruction Set Help</title>
|
||||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -263,7 +263,7 @@ POP reg
|
|||
HLT
|
||||
</pre>
|
||||
<hr style="margin-bottom:10px;"/>
|
||||
<p><small>by Marco Schweighauser (2014) | MIT License</small></p>
|
||||
<p><small>by Marco Schweighauser (2015) | MIT License</small></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "asmsimulator",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"description": "Simple 8-bit Assembler Simulator in Javascript",
|
||||
"author": "Marco Schweighauser",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue