Implemented bit shifts
This commit is contained in:
parent
d1a8f0d66c
commit
f0bc5039ee
7 changed files with 101 additions and 2 deletions
|
@ -35,6 +35,7 @@ var programs = []struct {
|
|||
{"bitwise-and", "", "", 0},
|
||||
{"bitwise-or", "", "", 0},
|
||||
{"bitwise-xor", "", "", 0},
|
||||
{"shift", "", "", 0},
|
||||
{"remainder", "", "", 0},
|
||||
{"jump-near", "", "", 0},
|
||||
{"loop", "", "", 0},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue