Skip to content

Commit

Permalink
Merge pull request #60 from justinmeiners/update-domains
Browse files Browse the repository at this point in the history
update domains
  • Loading branch information
justinmeiners authored Jul 15, 2022
2 parents 540ea01 + f332515 commit f065e42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# LC-3 VM

# [READ TUTORIAL HERE](https://justinmeiners.github.io/lc3-vm/)
# [READ TUTORIAL HERE](https://www.jmeiners.com/lc3-vm/)

This is a tutorial and source code for creating a VM of the [LC3 computer](https://en.wikipedia.org/wiki/Little_Computer_3).
This is a tutorial and source code for creating a VM of the [LC3 computer](https://en.wikipedia.org/wiki/Little_Computer_3).

## Editing

Expand All @@ -16,7 +16,7 @@ This applies to the article and figures:

[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)

This applies to all code:
This applies to all code:

MIT License

Expand All @@ -27,5 +27,3 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<h1>Write your Own Virtual Machine<a id="c0"></a></h1>


<p>By: <a href="https://justinmeiners.github.io"><strong>Justin Meiners</strong></a> and <a href="https://ryanp.me"><strong>Ryan Pendleton</strong></a></p>
<p>By: <a href="https://www.jmeiners.com"><strong>Justin Meiners</strong></a> and <a href="https://www.ryanp.me"><strong>Ryan Pendleton</strong></a></p>

<p>View the final code and other resources in the <a href="https://github.com/justinmeiners/lc3-vm">GitHub repo</a>.</p>

Expand Down
2 changes: 1 addition & 1 deletion index.lit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Write your Own Virtual Machine

By: [**Justin Meiners**](https://justinmeiners.github.io) and [**Ryan Pendleton**](https://ryanp.me)
By: [**Justin Meiners**](https://www.jmeiners.com) and [**Ryan Pendleton**](https://www.ryanp.me)

View the final code and other resources in the [GitHub repo](https://github.com/justinmeiners/lc3-vm).

Expand Down

0 comments on commit f065e42

Please sign in to comment.