Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Calculator using 2 stacks

How can I call this x86 ASM CALL in C++ with typedef or inline

c++ assembly x86 inline typedef

what does "iterations" mean in "perf report -b --branch-history" (of perf record -b -g)

"Missing" arithmetic instructions in Tilera and SSE. How are the operations done?

why does optimized virtual calls point to same address in hotspot jit assembly?

java assembly jit jvm-hotspot

Can an x86 CPU read the value of any register while in user mode?

MIPs program to reverse a string using stack

assembly mips

Analyzing the assembly code generated to manipulate command line arguments

c assembly x86

_cdecl calling convention

assembly x86 stack-frame cdecl

How do you add two Quad words in assembly using NASM?

assembly x86 nasm

App crash after I call Detoured function I created @ Win7-x64

c assembly 64-bit windbg x86-64

How to debug using printf an assembly code of linux kernel

c assembly linux-kernel arm

how can I find systemcall on windows?

Entry point of different languages

Efficient AVX2 implementation of a 17x17-bit squaring operation with result truncation

rotary encoder overflow prevention

reducing if statements in C for efficiency

Trying to reverse engineer a function

byte-wise operations on a xmm register (AMD64)