Search code examples
Archive has no index; run ranlib to add one (when linking with a .a containing a MachO64 object file...


clinuxassemblystatic-librariesunix-ar

Read More
Tic-tac-toe game does not terminate in case of a draw...


assemblyx86-16tic-tac-toe

Read More
GDB no debugging symbols found, after assembling with -g -F options...


assemblygdbnasm

Read More
Can I use Intel syntax of x86 assembly with GCC?...


cgccassemblyx86inline-assembly

Read More
Assembly language - More than one type?...


assembly

Read More
Including header file in assembly file...


gccassemblygnugnu-assembleratt

Read More
Minimal 64-bit Windows executable crashes with tail-call optimization enabled by gcc...


cwindowsassemblygccx86

Read More
What is the ZF behavior for the imul instruction?...


assemblyx86eflags

Read More
Why does cmp 0x84,0x30 trigger the overflow flag?...


assemblyx86eflagssigned-overflow

Read More
Why do we use .globl main in MIPS assembly language?...


assemblymipsspim

Read More
Why programmable interval timer cannot work while other device work?...


assemblyx86operating-systeminterrupt

Read More
How to compare an input number in 8086?...


assemblyx86-16

Read More
MIPS-32 Opcode Format: Uppercase or Lowercase?...


assemblymipsmips32opcode

Read More
While, Do While, For loops in Assembly Language (emu8086)...


loopsfor-loopassemblywhile-loopx86-16

Read More
Understanding cmp instruction...


assemblyx86comparison

Read More
Is x86 32-bit assembly code valid x86 64-bit assembly code?...


windowsassemblybinaryx86

Read More
GS base added up with offset does not correspond to gs:offset...


assemblyx86gdbx86-64qemu

Read More
Is it possible to convert C to asm without link libc on Linux?...


clinuxassemblyx86compiler-construction

Read More
Does setting a bit collide with concurrent sets of other bits on the same word?...


c++memoryassemblysynchronizationbit-manipulation

Read More
How to display the value of a register or variable | TASM...


assemblytasm

Read More
String Output in Real-Mode by using LODS instruction...


assemblyx86real-mode

Read More
How does data get into the General Purpose and other registers so that the CPU can use it for comput...


assemblycpu-architecturecpu-registers

Read More
Check distance between labels when importing binary file gnu-assembler...


c++assemblygnu-assembler

Read More
Why is sign bit ON for positive numbers in Intel 8086 assembly language?...


assemblyx86

Read More
How to use risc-v timer for accurate timing generation...


assemblytimerriscv

Read More
qemu-system-aarch64 always entering exception level 2 and hangs when switching to EL1. Why?...


assemblyoperating-systemarmqemubare-metal

Read More
What is the function of the push / pop instructions used on registers in x86 assembly?...


assemblyx86terminologystack-memorystack-pointer

Read More
How can I make gdb print unprintable characters of a string in hex instead of octal while preserving...


cstringdebuggingassemblygdb

Read More
Y86 Code - doesn't return or show rax...


assemblyx86-64y86

Read More
PIC 16F84 PCLATH Bit3+4 unnecessary for CALL/GOTO?...


assemblycpu-registerspicprogram-counter

Read More
BackNext