You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Simple 8-bit Assembler Simulator
2
2
A simulator which provides a simplified assembler syntax (based on NASM) and is simulating a x86 like cpu. Press Help inside the simulator to see an overview about the supported instructions.
3
3
4
-
####<ahref="http://schweigi.github.io/assembler-simulator/index.html"target="_blank">TRY IT ONLINE</a>
4
+
####<ahref="http://veera83372.github.io/assembler-simulator/index.html"target="_blank">TRY IT ONLINE</a>
5
5
6
6
### Features
7
7
- 8-bit CPU
@@ -13,13 +13,11 @@ A simulator which provides a simplified assembler syntax (based on NASM) and is
13
13
Make sure you have <ahref="http://www.gruntjs.com/"target="_blank">Grunt</a> installed to compile the `asmsimulator.js` script.
14
14
Run `grunt` to build the project.
15
15
16
-
### Background
17
-
A technical introduction is available on my blog: [www.mschweighauser.com](https://www.mschweighauser.com/make-your-own-assembler-simulator-in-javascript-part1/).
18
16
19
17
### License
20
18
**The MIT License**
21
19
22
-
Copyright (c) 2015 Marco Schweighauser
20
+
Copyright (c) 2015 Marco Veera
23
21
24
22
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:
<p><small>by Marco Schweighauser (2015) | MIT License | <ahref="https://www.mschweighauser.com/make-your-own-assembler-simulator-in-javascript-part1/" target="_blank">Blog</a></small></p>
226
+
<p>forked from Author : <ahref="https://github.com/Schweigi/assembler-simulator" target="_blank"> Schweigi</a> and modified by : veera</small></p>
0 commit comments