Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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