Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Lec4b
section .data count dq 0 value dq 15 section .text global _start _start: inc byte [count] dec byte [value] mov rbx, count inc word [rbx] mov rcx, value dec byte [rcx] exit: mov rax,60 xor rdi,rdi syscall
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
fdsfdafdsafdsafds
mortgage
The Code
subtract
lec4b.asm
Assembly Program To Add 2 Numbers Isn't Working
intmain.asm
Group Project (Group 4)
CMSC313_L1
Group Project (Group 4)
Please log in to post a comment.