practical-tutorials / project-based-learning

Curated list of project-based tutorials
MIT License
180.63k stars 23.73k forks source link

added "Using C to Simulate LC2K" #558

Open ekmackie1 opened 2 months ago

ekmackie1 commented 2 months ago

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

Checklist: