Implemented 32-bit jumps
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
main() {
|
||||
address := 4194304 + 1
|
||||
length := 3
|
||||
print(address, length)
|
||||
}
|
||||
|
||||
print(address, length) {
|
||||
write(1, address, length)
|
||||
}
|
||||
|
||||
write(fd, address, length) {
|
||||
syscall(1, fd, address, length)
|
||||
}
|
Reference in New Issue
Block a user