Fix a panic in as_field_spec master
authorJacob Casper <dev@jacobcasper.com>
Tue, 16 Jan 2024 03:04:06 +0000 (21:04 -0600)
committerJacob Casper <dev@jacobcasper.com>
Tue, 16 Jan 2024 03:04:06 +0000 (21:04 -0600)
commit702a6da606eb25b829465c45772dde3f8b8ee61a
tree70612018282bab89b0f0d65f03c765009a36e03e
parentf8ce1d6ff81596babe0f2c581c0646870cfafd82
Fix a panic in as_field_spec

When field specs got implemented correctly 0 stopped representing the
"special case" where we read a word without modifications. I just need
to make note that the F byte should be 5 for now in that case. Anything
that is unrepresentable should probably _also_ represent that case, so
63 would be a fine number as well.
src/machine.rs
src/main.rs