Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to change errno value in asm x64

Understanding of boot loader assembly code and memory locations

When using the MOV mnemonic to load/copy a string to a memory register in MASM, are the characters stored in reverse order?

string assembly x86 masm masm32

how is a struct returned by value, in terms of assembly language, if that struct is too large to fit in a register? [duplicate]

Understanding user vs. system stack pointers in Motorola 68k

SYSRET vs SYSRETQ distinction and compatibility mode

bug changing strings to incorrect values while trying to reverse a string in x86-64

linux assembly x86-64

Why does this code save registers before interrupts which don't destroy these registers?

IDA Pro: How to modify a function to always return true?

assembly arm ida

Which assembly instructions or scenarios explicitly require the use of the RCX, ECX, CX, or CL counter registers?

What is relative jump?

delphi assembly page-jump

Reading a string in TASM x86 assembly

assembly

When we run an executable, do all the sections get loaded into memory at once?

Problems in compiling x86 asm and inline-asm in ffmpeg to WebAssembly

assembly ffmpeg webassembly

A simple C program without #include <stdio.h>

int8 x uint8 matrix-vector product with column-major layout

assembly x86 simd sse avx

What's the most efficient way to multiply 4 floats by 4 floats using SSE?

c gcc assembly sse sse2