Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to distinguish between 1 and zero floating-point values?

STM32 same while loop code but compiled to different assembly code

print elements of array in assembly

arrays assembly emu8086

Why does GCC need to clear edx for mysterious reasons?

optimization gcc assembly

MOV into a register specified by macro argument

Where LLVM interpreter is looking for external functions (libraries?)

What is the effect of the assembler directive `.global`

POP data from the stack into a named variable? Or store a register with MOV?

assembly nasm

Error while formatting disk with BIOS in real mode

Assembly- preserving register values?

assembly x86 printf

What does `var@GOTPCREL(%rip)` mean?

Performance of two inverse square root expressions (accounting for CPU pipelining)

iretq throwing GP fault

How to access x64 hardware directly without Hardware Abstraction Layers?

c++ c linux assembly hardware

How to NOT use stack with function call in GCC?

assembly gcc arm stack callstack

What's the Difference Between Stack Pointer and Frame Pointer in Assembly ARM

"Invalid symbol redefinition" in inline ASM on LLVM

aarch64/shared/vectors.s: Error: unaligned opcodes detected in executable segment after adding -g option in gnu as command

Custom Bootloader Fails to Load C Kernel (kernel.c), But Works with Assembly (kernel.asm)

Instruction reordering on intel

c assembly x86 memory-barriers