Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasleese/fde
A tool for demonstrating the Fetch-Decode-Execute cycle.
https://github.com/thomasleese/fde
Last synced: about 6 hours ago
JSON representation
A tool for demonstrating the Fetch-Decode-Execute cycle.
- Host: GitHub
- URL: https://github.com/thomasleese/fde
- Owner: thomasleese
- License: mit
- Created: 2013-11-26T23:35:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T18:58:46.000Z (over 10 years ago)
- Last Synced: 2023-08-04T00:51:47.061Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fetch Decode Execute
_A tool for demonstrating the Fetch-Decode-Execute cycle._
## Building
$ mkdir build && cd build
$ cmake ..
$ make## Running
![Main Window Screenshot](/screenshots/screenshot1.png?raw=true)
Once built, you should be able to run it like this (in the `build` directory):
$ ./src/FetchDecodeExecute
By default, the program runs in full-screen mode as it is designed for classroom use. If you do not want this, you should run it like this:
$ ./src/FetchDecodeExecute --no-fullscreen