Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
lec4b.asm
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.
accept and display 16 digit
Lec4
Little endian n big endian
Block traspher
Passwd
Group Project (Group 4)
dKleinhen Lab #1
Lec4b
The Code
count poistive and Nehative no.
Please log in to post a comment.