Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
sub
;sum.asm ; Group members: Atta-ur-Rheman Navaid-Munir, Eric Zhong, Michael Metzler section .text global sub sub: ; function long int sub(long int x, long int y) ; so simple, do not need to save anything mov rax,rdi ; get argument x sub rax,rsi ; sub argument y, x+y result in rax ret
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Hello.asm
funcs
recursive
lec4.asm
intfunct_64.asm
BranchesLab_mSmith_bBrownV2
hello.asm (Matthew Harris)
dKleinhen Lab #1
p1.asm
write
Please log in to post a comment.