]> Witch of Git - jade-rose/commit
Add parser and encoder tests, fix a parser bug
authorCassie Jones <code@witchoflight.com>
Sat, 11 Jan 2020 11:57:34 +0000 (06:57 -0500)
committerCassie Jones <code@witchoflight.com>
Sat, 11 Jan 2020 11:57:34 +0000 (06:57 -0500)
commit00c0f13d3df170d336a806cc5ef1e464b42d04e9
treeae457001dc80415486964e63e57ee9bfd825cec3
parent9706509595c1ed1e6a0bdbe88b50781953df2b22
Add parser and encoder tests, fix a parser bug

We test the parser by parsing an instruction, and then encoding it back
to binary, printed nicely. The test cases are generated by looking at
the spec table.

The parser was incorrectly parsing LD2U as ST2U. Fixed.
toolchain/src/inst/parse.rs
toolchain/src/inst/test.rs