Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Double Buffering, Assembly x86

Assembly - Trying to reverse string, but it adds an extra character on the final string

memory assembly loops stack masm

Turbo Assembler Multiple Inputs Overlap

assembly tasm

modulo in assembly

c assembly modulo

Why does this REPNE SCASB implementation of strlen work?

Using assembly JMP function on x86_64

gcc assembly x86-64

What happens with delayed result instructions on branch in ARM assembly?

optimization assembly arm

GNU assembler: Accessing a corrupted shared library error

assembly gnu

Counting differences between 2 buffers seems too slow

Displaying two digit numbers in assembly? [duplicate]

assembly

replace divide by shift

c++ assembly

x86 assembly: Using #define'd constants as arguments in calls to to #define's macros

c gcc assembly macros x86

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