Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Is it possible to get LLVM-IR from Assembly file?

assembly clang llvm llvm-ir

Underscore prefix problem in x86: Calling NASM function from C++ function works in x64 but fails in x86

ASM - What is "%" used for?

assembly x86 att

Flipping endianness in gdb?

assembly x86 gdb endianness

Is assembly language dangerous? [closed]

assembly

How to handle the "relocation R_X86_64_PC32 against protected symbol" when writing shared objects in assembly?

How are code-branch side channel attacks mitigated on Java?

Include assembly file in another assembly file

gcc assembly include

What is the problem with this jump instruction?

PUSH {lr} and POP {lr} in ARM Arch64

assembly arm arm64

gcc, inline assembly - pushad/popad missing?

STM32F407 Assembly, STR not writing into memory

assembly arm gdb stm32

Avoid optimizing away variable with inline asm

Why does GCC produce extra ADDS instruction after LDR for loading an .rodata pointer on ARM thumb instruction set?

Assembly 8086, LOOP instruction doesn't stop

loops assembly x86-16

How to right rotate a 64-bit value efficiently in 32-bit ARM assembler?

x86 assembly - how to use Windows API _WriteConsole@4 - masm32 syntax

winapi assembly x86 masm masm32

How can I elegantly take advantage of ARM instructions like REV and RBIT when writing C code?

Efficient multiple indirection in 6502 code

Is the conditional move optimization against the C standard?