Added a function for memory size alignment

This commit is contained in:
2025-04-15 11:08:33 +02:00
parent 19a8154e06
commit 80aa833a9b
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},