python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
MOVZBQ equivalent in NASM
Background:
I have been learning x86_64 assembly using NASM on a Linux system and was writing a subroutine for strlen(const char *str)
I wanted to copy one byte starting from a pointer stored in rax ...

Ziad
Votes: 0
Answers: 1
Copying of array to stack
I'm a new to assembly and have no idea why It does not push %EAX after end_while: instruction.
I have to provide the implementation of the function with an example of a call to set the value of the la...
Born Ok
Votes: 0
Answers: 0
Segmentation fault(core dumped) doesn't show in gdb
I tried turning some C++ code into assembly. The program uses an iterative backtracking algorithm to find permutations of an array, and picks the first one that satisfies some conditions.
The C++ code...
Very Nice
Votes: 0
Answers: 1