Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

hexadecimal value of opcodes

assembly x86 hex dos

Obfuscation of variable and function names in C++ to prevent basic reverse engineering

Why call instruction opcode is represented as FF15?

assembly x86 opcode

MCR and MRC does not exist on AARCH64?

assembly linux-kernel arm64

Using SSE on floating point pixels with only 3 color components

c gcc assembly sse simd

How to assemble and link .asm files to a Win32 executable?

windows assembly x86 linker nasm

how to export symbols in NASM

gcc assembly nasm x86-64

Understanding volatile and non-volatile read/write in Java

java assembly x86

Waste in memory allocation for local variables

c assembly x86 gdb disassembly

What is the difference between MOV and LEA in terms of retrieving an address

assembly x86 nasm

gdb: print AArch64 advanced SIMD vector registers (is it possible?)

gcc assembly gdb arm arm64

Correct way to call inline assembly [duplicate]

c++ assembly

Changing floating point value in exe

What exactly is a machine cycle?

Division in x86 Assembly GAS

assembly x86 att

MASM: Using Current Location Counter ($) in .data declaration

assembly x86 masm

LD errors while linking 16-bit real mode code into a Multiboot compliant ELF executable

assembly x86 nasm ld osdev

Any way to list the BIOS drive numbers in real mode

assembly x86 nasm bios real-mode

How does a process keep track of its local variables

Compile ASM and C with ASM for debugging

c assembly cmake nasm clion