Added a function for memory size alignment

This commit is contained in:
Eduard Urbach 2025-04-15 11:08:33 +02:00
parent 4550892f58
commit 54eb919e98
Signed by: eduard
GPG key ID: 49226B848C78F6C8
5 changed files with 44 additions and 0 deletions

View file

@ -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},