Search code examples
Fast CRC with PCLMULQDQ *NOT* reflected...


assemblyssecrccrc32

Read More
Executing the assembly generated by Numba...


pythonassemblylinkernumba

Read More
unoptimized behaviour of arm compiler...


cassemblyarm

Read More
If esp points to the top of the stack, where does ebp point to?...


assemblyx86cpu-registersstack-framestack-pointer

Read More
Why does FLD m80fp not raise an exception for SNaN inputs while FLD of double or float can?...


assemblyx86floating-pointx87

Read More
How to branch multiple times in SuperH assembly?...


assembly

Read More
In the RISC V Assembler, what does the ".weak" assembler directive do?...


assemblyriscvgnu-assemblermpu

Read More
What is this arm assembly init code doing?...


assemblyarmstm32firmwaremcu

Read More
How to properly divide numbers in HLA assembly...


assemblynasmhla

Read More
Binary Bomb Phase 5 - Looking for two ints as input...


cassemblyx86-64reverse-engineeringbinary-bomb

Read More
Setting and clearing the zero flag in x86...


performanceassemblyx86x86-64micro-optimization

Read More
Why is there no `mov %rsp, %rbp` in function prologue?...


c++assemblyx86-64stack-memory

Read More
Pop inside procedure does not work as intended...


assemblystackx86-16tasmdosbox

Read More
Why is such complex code emitted for dividing a signed integer by a power of two?...


c++assemblyvisual-c++x86integer-division

Read More
Do modern compilers need assembler?...


assemblycompiler-constructioncpu-architecturelow-level

Read More
Discrepancy in outputs of `size` and `objdump`?...


assemblygccx86disassemblyobjdump

Read More
What is the difference between 'asm', '__asm' and '__asm__'?...


cgccassemblyvisual-c++inline-assembly

Read More
Bootloader memory map function causes kernel to never be called...


assemblynasmbootloaderosdev

Read More
Why does the text flow one on top of the other when outputting the text in the assembly language?...


assemblyinputoutput

Read More
MIPS assembly - How to make sure MIPS is printing '4' from an array as a '4' and not...


assemblymips

Read More
How can I implement if(x >= '0' && x <= '9') range checks like isdigit...


if-statementassemblyconditional-statementsmips

Read More
How to look at a series of values stored in memory...


assemblygdbbinary-bomb

Read More
IorD Control Signal in MIPS...


assemblymips

Read More
Reading a number from STDIN, converting it to actual number and printing it back to STDOUT...


assemblyx86nasm

Read More
Difference in x86-32 and x64 Assembly stack allocation for a fixed-size buffer with unoptimized C (G...


cassemblyx86-64buffer-overflowstack-memory

Read More
MIPS - How do I branch and link if $a0 is greater than or equal to 1?...


assemblymips

Read More
Compiler changes printf to puts...


cgccassemblycompiler-optimization

Read More
Why is R8 being modified when using ADDS instruction?...


assemblyarmmicroprocessors

Read More
where is it documented that global array in C, compiled by gcc, is initialized like "copy-on-wr...


cassemblygcc

Read More
What is the difference in logic and performance between LOCK XCHG and MOV+MFENCE?...


multithreadingassemblyconcurrencyx86cpu-cache

Read More
BackNext