Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

MASM doesn't insert x87 WAIT prefixes with some combinations of CPU and FPU directives

assembly x86 masm masm32 x87

What's the purpose of _dl_sysinfo_int80?

c gcc assembly x86

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?