5
This commit is contained in:
parent
14828b3b0e
commit
4602c0aa77
1 changed files with 12 additions and 0 deletions
|
@ -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
|
Reference in a new issue