Implement addressing on Word structs
authorJacob Casper <dev@jacobcasper.com>
Tue, 16 Jan 2024 00:10:23 +0000 (18:10 -0600)
committerJacob Casper <dev@jacobcasper.com>
Tue, 16 Jan 2024 00:10:53 +0000 (18:10 -0600)
commit08768a25e0f327d8cd22d2830895af1f4dfed3b3
treed9789d3ed2929ae2ef4e90af7167a2c455037cf5
parent9bc38bb924f214f8a145751fedc5c6bb4d66de4a
Implement addressing on Word structs

This is more useful than taking 2 MixBits and more easily keeps the sign
of the Word in scope.
src/main.rs