fix(npc): fix branch, load memory and slt related instructions
This commit is contained in:
parent
9f64a88f8d
commit
8665aaf7d2
11 changed files with 105 additions and 63 deletions
|
@ -22,6 +22,7 @@
|
|||
%parse-param { uint32_t *result }
|
||||
%left '-' '+'
|
||||
%left '*' '/'
|
||||
%expect 68
|
||||
|
||||
%%
|
||||
input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue