Implemented loads with register offsets
This commit is contained in:
parent
4cff697bf5
commit
1bc845e6f0
13 changed files with 320 additions and 145 deletions
|
@ -32,7 +32,6 @@ var programs = []struct {
|
|||
{"octal", "", "", 0},
|
||||
{"hexadecimal", "", "", 0},
|
||||
{"const", "", "", 0},
|
||||
{"array", "", "", 0},
|
||||
{"escape-rune", "", "", 0},
|
||||
{"escape-string", "", "", 0},
|
||||
{"bitwise-and", "", "", 0},
|
||||
|
@ -62,6 +61,8 @@ var programs = []struct {
|
|||
{"loop-lifetime", "", "", 0},
|
||||
{"memory-free", "", "", 0},
|
||||
{"out-of-memory", "", "", 0},
|
||||
{"array-index-static", "", "", 0},
|
||||
{"array-index-dynamic", "", "", 0},
|
||||
{"struct", "", "", 0},
|
||||
{"len", "", "", 0},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue