-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
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
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,13 @@ | ||
|
||
# A block that uses as much bytes as it can; with an unused | ||
# takeout, but this time pick the other one. | ||
|
||
# Input block. | ||
00..fd | ||
|
||
# Takeouts. | ||
ff | ||
|
||
# Encoded block. The takeout has to be mapped to an unused, which | ||
# is now 0xfe. | ||
fe 00..fd |
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,12 @@ | ||
|
||
# A block that uses as much bytes as it can; with an unused | ||
# takeout. | ||
|
||
# Input block. | ||
00..fd | ||
|
||
# Takeouts. | ||
fe | ||
|
||
# Encoded block. | ||
ff 00..fd |