Skip to content

Commit

Permalink
update hello.gif, remove unused gifs, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhea committed Dec 11, 2023
1 parent 6d03539 commit 2a4ad02
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ fj hello_world.fj
![Hello World in FlipJump](resources/hello.gif)

- The --no-stl flag tells the assembler not to include the standard library. for example: `fj programs/print_tests/hello_no-stl.fj --no-stl`.
- the -w [WIDTH] flag allows compiling the .fj files to a WIDTH-bits memory width. WIDTH is 64 by default.
- You can use the -o flag to save the assembled file for later use too.
- the `-w [WIDTH]` flag allows compiling the .fj files to a WIDTH-bits memory width. WIDTH is 64 by default.
- You can use the `-o` flag to save the assembled file for later use too.
- you can find all the different flags with `fj -h`.

You can also **[Test the project](tests/README.md#run-the-tests)** with the project's tests, and with your own tests.
Expand Down
Binary file modified resources/hello.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/sum.gif
Binary file not shown.
6 changes: 3 additions & 3 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ To add a new test, create your .fj programs, and you predefined input and expect
Then choose the relevant csv file.
The rule of thumb (for the sum of compile+run times, in seconds):

| fast | medium | slow |
|--------------|--------------|------|
| 0 → 0.5 | 0.5 → 5 | else |
| fast | medium | slow | hexlib |
|--------------|----------------|------|----------------|
| 0 → 0.2 | 0.2 → 0.7 | 0.7+ | tests `ns hex` |

Then add a new line to the relevant compile-csv and run-csv files, according to the next formats.

Expand Down

0 comments on commit 2a4ad02

Please sign in to comment.