Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
subtract
;sum.asm section .text global subtract subtract: ; 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.
Exp1
fdsfdafdsafdsafds
index2
accept and display 16 digit
intmain.asm
First Program Lab
Hello World
BranchesLab_mSmith_bBrownV1
dynstrlen
MyFirst Program
Please log in to post a comment.