This commit is contained in:
Mylloon 2023-12-31 15:50:36 +01:00
parent 14828b3b0e
commit 4602c0aa77
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -0,0 +1,12 @@
globals ()
%rdi <- copy 1;
%rsi <- copy 2;
%rdx <- copy 3;
%rcx <- copy 4;
%r8 <- copy 5;
%r9 <- copy 6;
add_eight_int(7, 8);
%rdi <- copy %rax;
observe_int();
end