-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from avalsa/animation
Animation
- Loading branch information
Showing
111 changed files
with
3,583 additions
and
470 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
push x7 | ||
push x6 | ||
cmp | ||
jnz fin | ||
push 0 | ||
pop x7 | ||
push -1 | ||
push x2 | ||
mul | ||
pop x2 | ||
fin: | ||
push 1 | ||
push x7 | ||
add | ||
pop x7 | ||
end |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
push x2 | ||
push 0 | ||
cmp | ||
jnz t | ||
push x9 | ||
pop x2 | ||
t: | ||
push x8 | ||
push x0 | ||
sub | ||
push 0 | ||
cmp | ||
pop | ||
jb n | ||
push -1 | ||
mul | ||
n: | ||
push 100 | ||
cmp | ||
jb walk | ||
push 0 | ||
push x2 | ||
cmp | ||
jnb e | ||
push -1 | ||
mul | ||
pop x2 | ||
e: | ||
push x8 | ||
push x0 | ||
cmp | ||
jb en | ||
push -1 | ||
push x2 | ||
mul | ||
pop x2 | ||
jmp en | ||
walk: | ||
push x7 | ||
push x6 | ||
cmp | ||
jnz fin | ||
push 0 | ||
pop x7 | ||
push -1 | ||
push x2 | ||
mul | ||
pop x2 | ||
fin: | ||
push 1 | ||
push x7 | ||
add | ||
pop x7 | ||
en: | ||
end |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,16 @@ | ||
push x3 | ||
push 0 | ||
cmp | ||
jnz main | ||
push x7 | ||
pop x3 | ||
main: | ||
push 50 | ||
push x6 | ||
cmp | ||
jb skip | ||
jnz fin | ||
push 0 | ||
pop x6 | ||
revert: | ||
push x3 | ||
pop x7 | ||
push -1 | ||
push x3 | ||
mul | ||
pop x3 | ||
jmp end | ||
skip: | ||
push x6 | ||
fin: | ||
push 1 | ||
push x7 | ||
add | ||
pop x6 | ||
end: | ||
push x3 | ||
pop x7 | ||
end |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.