Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
mult
; mult.asm ; Group members: Atta-ur-Rheman Navaid-Munir, Eric Zhong, Michael Metzler section .text global mult mult: ; function long int mult(long int x, long int y) ; so simple, do not need to save anything mov rax, rdi ; get argument x mov rdx, rsi mul rsi ; multiply argument y, x*y result in rax mov rsi, rax ret
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
index1
displaying 9 stars
Hello World
mortgage
assembly program to incease the entered number by 1
AVL-GO-FLAT
sub
Lec4b
Fib
hello.asm (Matthew Harris)
Please log in to post a comment.