https://github.com/reubenmathew/computer-programming
Computer architecture/algorithm solutions in Java, C++/C, MIPS Assembly & Verilog
https://github.com/reubenmathew/computer-programming
Last synced: about 1 year ago
JSON representation
Computer architecture/algorithm solutions in Java, C++/C, MIPS Assembly & Verilog
- Host: GitHub
- URL: https://github.com/reubenmathew/computer-programming
- Owner: ReubenMathew
- Created: 2019-07-17T01:36:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-28T03:51:55.000Z (over 6 years ago)
- Last Synced: 2025-02-16T14:25:39.794Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asm_C_PracticeBank
If the solution is completed in Python, it was probably because I gave up on the other languages.
To compile and run MIPS assembly code:
`mips.sh .asm`
To compile and run Verilog files:
```
iverilog .v -o
vvp
```
Made with ❤ by: Reuben Ninan