Search code examples
How do I ignore line breaks in input using NASM Assembly?...


linuxassemblyx86nasmsystem-calls

Read More
Checking for two-digit numbers in assembly , and then summing them...


assemblymasm

Read More
How to change variable value in x86_64 assembly (nasm)...


assemblyx86-64nasm

Read More
What x86 register denotes source location in movsb instruction?...


assemblyx86cpu-registers

Read More
GCC creates wrong relative jump table when encountering switch statement with multiple numerically c...


assemblygccoptimizationx86-64ld

Read More
Assembly , moving through an array...


assemblyx86masm

Read More
How to use recursion in Risc-V ? To translate c into Risc-V...


cassemblyriscvriscv32

Read More
if statement in assembly ouput of c code...


cassembly

Read More
Protect BIOS from very aggressive program...


assemblybiosdata-protectionreal-mode

Read More
Why we should reserve a global register in MMIX?...


assemblycpu-registersmmix

Read More
Array is printed as 0's in Intel 32-bit assembly...


arraysassemblyx86cpu-registers

Read More
How to jump to memory location in intel syntax for both x64 and x32...


assemblyx86clangx86-64gnu-assembler

Read More
What does mov edx, [x+4] do in assembly language?...


assemblyx86masmmemory-address

Read More
how to compile assembly language in Android?...


androidassembly

Read More
Intel 64 bits, strange RSP behavior: changes by 2 or 8, not always 0x8...


assemblyhexx86-64callstack

Read More
What may occur if the OS doesn't flush a TLB entry when a process does a free()?...


assemblycachingx86cpu-architecturetlb

Read More
How to calculate the maximum range of BEQ instruction in risc-V?...


assemblyrangeriscvimmediate-operand

Read More
What does bound checking look like in Assembly?...


assemblyrust

Read More
Checking for overflow and/or carry flags, getting an integer code of which happened...


assemblyx86integer-overflowcarryflagsigned-overflow

Read More
x86 assembly: Looking for examples of loops that can break under very technical\specific conditions...


assemblyx86emu8086rdrand

Read More
Assembly, detecting overflow register...


assemblyx86overflowinteger-overflow

Read More
What is Intel microcode?...


linuxassemblyintel

Read More
Linux Binutils using 'as' to assemble Mips...


linuxassemblymipsreverse-engineeringgnu-assembler

Read More
Is the if-branch faster than the else branch?...


c++performanceassemblyx86branch-prediction

Read More
Assembly instruction reading, leaq...


cassemblyx86-64reverse-engineering

Read More
Why doesn't GCC use partial registers?...


assemblygccx86x86-64cpu-architecture

Read More
Assembly 8086 - Can't push two symbols...


assemblyx86-16emu8086

Read More
NASM idiv can't divide correctly...


assemblyx86nasmdivision

Read More
.4byte assembly directive usage...


assemblygnu-assemblerpowerpc

Read More
AVX512BW: handle 64-bit mask in 32-bit code with bsf / tzcnt?...


assemblyx8632-bitmicro-optimizationavx512

Read More
BackNext