Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Is it ok to use bx register to save an index?

assembly

Constant value too large for OR but not for MOV on x64 [duplicate]

Linux x86-64 Hello World and register usage for parameters

linux assembly x86 x86-64 nasm

ARMv8 Advanced SIMD: "invalid addressing mode at operand 2 -- `st1 {V1.D}[0],[x20,640]'"

assembly memory arm neon armv8

How to detect whether my x86 code is running in 16-bit mode or 32-bit mode without modifying FLAGS or regs?

assembly x86 machine-code

Assembly sending parameters - fastcall

c++ assembly

How to get the Process Environment Block (PEB) address using assembler (x64 OS)?

c++ windows assembly x86-64 masm

Flat Binary format

assembly binary

What is the function of the additional coprocessor register of the MRC command?

assembly arm

What are the meanings of callq command parameters?

Assembly multiple push does not take into account the push list order

assembly stack arm

Printing special (non-Latin) characters in a legacy-BIOS bootloader

Tracing a stack in x86 assembly code

x86 stack trace assembly

Difference between memory fetch with and without offset on Intel

assembly x86 intel

How to force GCC to use jmp instruction instead of ret?

Difference between ldrsh, ldrh, strh, and strsh

assembly arm

Why is "info register ebp" in gdb not displaying a decimal number?

debugging assembly x86 gdb