Skip to content

Commit

Permalink
Add sha256 example
Browse files Browse the repository at this point in the history
* Add sha256 example
* Fix sha256 impl and added basic [if][then]
* Fixup swapped hex bytes
  • Loading branch information
lf94 committed May 9, 2024
1 parent e131cc8 commit b6dcc8e
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ EXAMPLE_OBJS = \
examples/happy-birthday/happy-birthday.gb \
examples/10-print/10-print.gb \
examples/brainfuck/brainfuck.gb \
examples/synth/synth.gb
examples/synth/synth.gb \
examples/sha256/sha256.gb

.PHONY: all examples tests

Expand Down
Loading

0 comments on commit b6dcc8e

Please sign in to comment.