All Projects → justinmeiners → Lc3 Vm

justinmeiners / Lc3 Vm

Write your own virtual machine for the LC-3 computer!

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects

Projects that are alternatives of or similar to Lc3 Vm

E4vm
A small portable virtual machine that would run Erlang on embedded systems
Stars: ✭ 124 (-80.35%)
Mutual labels:  emulator, virtual-machine, vm
16bitjs
💻 A 16-bit virtual machine, including assembly language with 37 instructions, binary assembler, and a step through debugger
Stars: ✭ 427 (-32.33%)
Mutual labels:  virtual-machine, vm
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (-33.6%)
Mutual labels:  tutorial, tutorials
Minic Hosting
A simple stack-based virtual machine that runs C in the browser.
Stars: ✭ 628 (-0.48%)
Mutual labels:  tutorial, virtual-machine
Simplify
Android virtual machine and deobfuscator
Stars: ✭ 3,865 (+512.52%)
Mutual labels:  emulator, virtual-machine
Start Machine Learning In 2020
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 357 (-43.42%)
Mutual labels:  tutorial, tutorials
Embiggen Disk
embiggden-disk live-resizes a filesystem after first live-resizing any necessary layers below it: an optional LVM LV and PV, and an MBR or GPT partition table
Stars: ✭ 440 (-30.27%)
Mutual labels:  virtual-machine, vm
50 Projects For React And The Static Web
⚛ 50 project ideas to learn by doing complete with project briefs, layout ideas, and resources!
Stars: ✭ 319 (-49.45%)
Mutual labels:  tutorial, tutorials
Chatty
A WhatsApp clone with React Native and Apollo (Tutorial)
Stars: ✭ 481 (-23.77%)
Mutual labels:  tutorial, tutorials
Awesome Wasm Runtimes
A list of webassemby runtimes
Stars: ✭ 490 (-22.35%)
Mutual labels:  virtual-machine, vm
Aiohttp Demos
Demos for aiohttp project
Stars: ✭ 517 (-18.07%)
Mutual labels:  makefile, tutorial
Judo Heroes
A React application to showcase rendering with Universal JavaScript
Stars: ✭ 373 (-40.89%)
Mutual labels:  tutorial, tutorials
Processing Docs
Processing reference, examples, tutorials, and website
Stars: ✭ 346 (-45.17%)
Mutual labels:  tutorial, tutorials
Please Contain Yourself
A Docker tutorial written for people who don't actually know Docker already.
Stars: ✭ 385 (-38.99%)
Mutual labels:  tutorial, tutorials
First Contributions
🚀✨ Help beginners to contribute to open source projects
Stars: ✭ 21,839 (+3361.01%)
Mutual labels:  tutorial, tutorials
Reverse Engineering Tutorials
Reverse Engineering Tutorials
Stars: ✭ 438 (-30.59%)
Mutual labels:  tutorial, tutorials
Vmcli
A set of utilities (vmcli + vmctl) for macOS Virtualization.framework
Stars: ✭ 571 (-9.51%)
Mutual labels:  virtual-machine, vm
Ark
ArkScript is a small, fast, functional and scripting language for C++ projects
Stars: ✭ 312 (-50.55%)
Mutual labels:  virtual-machine, vm
All About Programming
Everything about programming!!
Stars: ✭ 314 (-50.24%)
Mutual labels:  tutorial, tutorials
Flingos
An educational operating system written in C#. A great stepping stone from high to low level development.
Stars: ✭ 451 (-28.53%)
Mutual labels:  tutorial, low-level

LC-3 VM

READ TUTORIAL HERE

This is a tutorial and source code for creating a VM of the LC3 computer.

Tutorial License

This applies to the instructional text of the tutorial and the figures.

CC BY-NC-SA 4.0

Code License

This applies to all code snippets and the generated lc3.c and lc3.cpp.

MIT License

Copyright (c) 2018 Justin Meiners

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:

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].