Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How does Enum allocate Memory on C?

c assembly enums abi

Disassembly view of C# 64-bit Release code is 75% longer than 32-bit Debug code?

Nested loop traversing arrays

Local Variables offset from stack base pointer

c assembly x86

FLD instruction x64 bit

delphi assembly x86-64 fpu basm

why 128bit variables should be aligned to 16Byte boundary

What does a comma in a parenthesis mean in the AT&T syntax for x86 assembly?

Understanding assembly generated by C function call

c assembly

Inline Assembly in C

error LNK2019: unresolved external symbol referenced in function main

Syntax of short jmp instruction

assembly

How do I use the ARM assembler in XCode?

ios xcode assembly arm

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