Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update domains #60

Merged
merged 1 commit into from
Jul 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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