Skip to content

Commit

Permalink
Add demo
Browse files Browse the repository at this point in the history
  • Loading branch information
commonkestrel committed Aug 1, 2024
1 parent b480337 commit 884c957
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ The emulator is a REPL that contains various commands expalined [below](#emulato
The most important command for emulating a program is `RUN`.
Inputting `RUN 0` will run the assembly program as fast as possible until a halt is detected.

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

![Demo of the Fateful program](./misc/demo.gif)

## Assembler

The assembler can be used with the `fateful asm` or `fateful assemble` command to assemble fateful assembly into f8ful machine code.
Expand Down
Binary file added misc/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 884c957

Please sign in to comment.