Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why are ebx, esi and edi unusable when operating with a stackframe?

Code using RISC-V a program that gives the largest value in a sequence

assembly riscv

NASM and clang/LLVM generating different object files

x86-64 Linux NASM. Function parameter passing of type int array declared as a function in C++ file

Is there a way of coding IBM's BAL on ZLinux?

linux assembly mainframe s390x

x86 sub instruction opcode confusion [duplicate]

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