Implemented move with sign extension
This commit is contained in:
parent
8a4e623c9c
commit
0e999cae92
5 changed files with 45 additions and 5 deletions
|
@ -31,8 +31,8 @@ var programs = []struct {
|
|||
{"modulo", "", "", 0},
|
||||
{"modulo-assign", "", "", 0},
|
||||
{"division-split", "", "", 0},
|
||||
{"negative", "", "", 32},
|
||||
{"negation", "", "", 32},
|
||||
{"negative", "", "", 0},
|
||||
{"negation", "", "", 0},
|
||||
{"square-sum", "", "", 0},
|
||||
{"chained-calls", "", "", 0},
|
||||
{"nested-calls", "", "", 0},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue