add Symbol type to operand

This commit is contained in:
Michael McLoughlin
2018-12-06 17:26:33 -08:00
parent e42eb1fb8c
commit 676ec39c51
5 changed files with 61 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ func TestSpecBytes(t *testing.T) {
Spec Spec
Bytes uint
}{
{S0, 0},
{S8L, 1},
{S8H, 1},
{S16, 2},