Search code examples
Which operator is faster (> or >=), (< or <=)?...


cperformanceoptimizationassemblyoperators

Read More
Masm string variable inside bootloader causes: Undefined symbol error...


assemblyx86masmbootloaderosdev

Read More
x86 Assembly - Finding the largest value in a sorted array...


arrayssortingassemblyx86

Read More
How to determine when zero flag, sign flag, overflow flag and carry flag are set?...


assemblyx86eflags

Read More
ld does not link object file generated by as...


assemblygccx86mingwld

Read More
Using personality syscall to make the stack executable...


clinuxassemblylinux-kernelsystem-calls

Read More
Why REP can be added to any String Data Transfer except LODS?...


assemblyx86x86-16

Read More
Casting label type in gdb...


assemblygdb

Read More
Efficiency when swapping array contents...


arraysassemblyx86x86-16

Read More
Can software interrupt `int` instruction be used to trigger a hardware interrupt handler?...


assemblyx86intelinterrupt

Read More
Binary functions using only addition and bitwise NOT...


assemblybinarylogicminecraftcpu-architecture

Read More
What does bx lr do in ARM assembly language?...


assemblyarm

Read More
Assembly boot sector working on VirtualBox but not on real hardware...


assemblyx86nasmbootloaderusb-drive

Read More
x86 Assembly - need assistance with program that sorts two given arrays with bubble-sort...


arrayssortingassemblyx86bubble-sort

Read More
Is there a way to clone `n` amount of elements on the stack to the stack in x86_64 linux assembly?...


linuxassemblystackx86-64fasm

Read More
Boot loader doesn't jump to kernel code...


assemblyvirtualboxnasmx86-16bootloader

Read More
What do the CFI directives mean? (and some more questions)...


c++cgccassemblyx86

Read More
Can gcc emit code as efficient as clang for the binary tree "LowerBound" algorithm?...


c++assemblygccoptimizationclang

Read More
Double assignment using inline assembly...


cassemblyavrinline-assemblyavr-gcc

Read More
how to sum two array elements in assembly?...


arrayscvisual-studioassemblyx86

Read More
Why does `__vfprintf_internal` (`printfn` from the `stdio.h`) force the `$rbp` to jump 6313864 bytes...


linuxassemblygccx86-64

Read More
IA32 Jump Table...


assemblyx86

Read More
Reverse engineering C object files...


cassemblyx86-64object-files

Read More
Pong project in assembly 8086...


assemblyx86-16pong

Read More
Why any modern x86 masks shift count to the 5 low bits in CL...


assemblyx86cpu-architecturebit-shiftcpu-registers

Read More
Create a for loop in MASM with a variable to create distinct PROC functions...


assemblyx86-64intelmasm

Read More
Why can't inline assembly be constexpr?...


c++assemblyc++20constexprinline-assembly

Read More
Example assembly language program for stack buffer overflow...


assemblybuffer-overflowgnu-assembler

Read More
How does CAS instructions guarantee atomicity...


multithreadingassemblyatomic

Read More
Why is my array not changing in x86 Assembly MASM...


arraysassemblyx86intel

Read More
BackNext