Added a function for memory size alignment
This commit is contained in:
parent
4550892f58
commit
54eb919e98
5 changed files with 44 additions and 0 deletions
|
@ -40,6 +40,7 @@ var programs = []struct {
|
|||
{"bitwise-or", 0},
|
||||
{"bitwise-xor", 0},
|
||||
{"shift", 0},
|
||||
{"align", 0},
|
||||
{"modulo", 0},
|
||||
{"modulo-assign", 0},
|
||||
{"div-split", 0},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue