Implemented move with sign extension

This commit is contained in:
Eduard Urbach 2024-07-28 21:09:42 +02:00
parent 8a4e623c9c
commit 0e999cae92
Signed by: eduard
GPG key ID: 49226B848C78F6C8
5 changed files with 45 additions and 5 deletions

View file

@ -1,5 +1,5 @@
main() {
syscall(60, f(-32))
assert f(-32) == 32
}
f(x) {