Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
lec4bb
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.
studenthello
calculate_age
Group Lab 1
Get number form input and print it
sub
Passwd
Little endian n big endian
inOut.asm
helloworldgroup1
intfunct_64.asm
Please log in to post a comment.