Skip to content

Commit

Permalink
add logisim to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
commonkestrel committed Aug 22, 2024
1 parent 884c957 commit 11eaf67
Show file tree
Hide file tree
Showing 4 changed files with 4,781 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Fateful
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/commonkestrel/fateful/rust.yml)

Fateful is a CLI tool foring with my homebrew CPU, F8ful.
Fateful is a CLI tool for working with my homebrew CPU, F8ful.
It contains an [emulator](#emulator) and an [assembler](#assembler), as well as a full [test suite](#tests).
Fateful can be installed via [cargo](https://github.com/rust-lang/cargo):
```bash
Expand All @@ -27,7 +27,7 @@ Inputting `RUN 0` will run the assembly program as fast as possible until a halt

Here's a demo of the `screen.asm` example:

![Demo of the Fateful program](./misc/demo.gif)
![Demo of the Fateful program](https://github.com/commonkestrel/fateful/raw/master/misc/demo.gif)

## Assembler

Expand Down
7 changes: 7 additions & 0 deletions logisim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Logisim Simulation

There is a Logisim circuit available for simulating the F8ful CPU.
It requires version 3.9.0 or later of Logisim Evolution.
If lines turn to error values you may be running an earlier version.

![Image of the main circuit](../misc/logisim.jpg )
Loading

0 comments on commit 11eaf67

Please sign in to comment.