Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Dissassembling virtual methods in multiple inheritance. How is the vtable working?

c++ assembly vtable

How do I write an efficient switch() in 8051 assembly?

assembly embedded 8051

Cracking C# application with OllyDebug

c# assembly ollydbg cracking

Gcc inline assembly what does "'asm' operand has impossible constraints" mean?

Purpose of static_initialization_and_destruction and _GLOBAL__sub_I_main function in the assembly code for a C++ code?

What comes after QWORD?

assembly x86 intel terminology

What does F in FWORD stand for?

Visual Studio 2017: _mm_load_ps often compiled to movups

Creating a C function without compiler generated prologue/epilogue & RET instruction?

c gcc assembly x86 nasm

Is there an advantage of specifying "-mfpu=neon-vfpv3" over "-mfpu=neon" for ARMs with separate pipelines?

gcc assembly arm neon armv7

Is it possible to use explicit register variables in GCC with C++17?

X86: What does `movsxd rdx,edx` instruction mean?

assembly x86-64 mov

What would the assembly language equivalents of the operations on the original Turing machine be?

What is r() and double percent %% in GCC inline assembly language?

c gcc assembly inline-assembly

Integer Overflow problem

assembly x86

How do you move 128-bit values between XMM registers?

assembly simd sse

implementation of c=a*b using ONLY inc dec and jnz commands

assembly

Using XMM0 register and memory fetches (C++ code) is twice as fast as ASM only using XMM registers - Why?

Is there a way to get sbcl to print out the value of a CPU register?

How to make a Makefile for a program for assembly Language?

linux assembly makefile x86 nasm