Implemented 32-bit jumps
This commit is contained in:
parent
75a8823b13
commit
3b2cbbe3b7
10 changed files with 253 additions and 38 deletions
|
@ -30,6 +30,7 @@ var programs = []struct {
|
|||
{"branch-and", "", 0},
|
||||
{"branch-or", "", 0},
|
||||
{"branch-both", "", 0},
|
||||
{"jump-near", "", 0},
|
||||
}
|
||||
|
||||
func TestPrograms(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue