project-based-learning
project-based-learning copied to clipboard
added "Using C to Simulate LC2K"
added a link to a tutorial for creating an LC2K learning tool using C, added to the end of the C/C++ section
Description
added a link to a tutorial for creating an LC2K learning tool using C, added to the end of the C/C++ section
Motivation and Context
I noticed some tutorials especially OS related but none that actually aid in teaching assembly in a simplified manner.
How Has This Been Tested?
I ran my code through a compiler and the output was the expected result for each piece of example code
I ran my tests through GDB online, and hardcoded inputs to test certain components
Types of changes
- [ ] Content Update (change which fixes an issue or updates an already existing submission)
- [ x] New Article (change which adds functionality)
- [ ] Documentation change
Checklist:
- [ x] My code follows the code style of this project.
- [ x] I have updated the documentation accordingly.
- [ x] I have read the CONTRIBUTING document.
- [ x] I have made checks to ensure URLs and other resources are valid