Implemented 32-bit jumps

This commit is contained in:
2024-07-10 15:01:46 +02:00
parent d3436b13a5
commit e24d9ebb50
10 changed files with 253 additions and 38 deletions

View File

@ -30,6 +30,7 @@ var programs = []struct {
{"branch-and", "", 0},
{"branch-or", "", 0},
{"branch-both", "", 0},
{"jump-near", "", 0},
}
func TestPrograms(t *testing.T) {