Implemented 32-bit jumps

This commit is contained in:
Eduard Urbach 2024-07-10 15:01:46 +02:00
parent 75a8823b13
commit 3b2cbbe3b7
Signed by: eduard
GPG key ID: 49226B848C78F6C8
10 changed files with 253 additions and 38 deletions

View file

@ -11,7 +11,6 @@ var examples = []struct {
ExpectedExitCode int
}{
{"hello", "", 0},
{"write", "ELF", 0},
{"fibonacci", "", 55},
}