Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Bitwise operation on a floating point usefulness

Print string using INT 0x10 in bootsector

assembly x86 fasm

Same operations taking different time

c++ assembly

ARM assembly branch to address inside register or memory

assembly arm

Why isn't movl from memory to memory allowed?

Writing memory with assembly (Z80 / Gameboy)

assembly z80 gameboy

OS/X 64-bit assembly code generates bus error

Can two instructions execute in the same cycle if the same register is used as input and output respectively?

8086 random number generator (not just using the system time)?

Mixing syscall write with printf on linux

c linux assembly printf x86-64

Copying data from one variable to another

assembly x86 nasm

Is it possible to dereference something inside of a dereference in assembly?

assembly x86 masm dereference

Displaying numbers with DOS

Instruction reordering in x86 / x64 asm - performance optimisation with latest CPUs

Unknown meaning of colon ( : ) in assembly instruction

GCC inline assembly with stack operation

Confusion about load word (lw) vs load address(la) and offsets in mips assembly?

assembly mips

Can I get a int from my EAX/RAX to a register of the FPU like st0?

assembly x86 nasm fpu

Is a mov to a segmentation register slower than a mov to a general purpose register?

How to use XACQUIRE, XRELEASE Hardware Lock Elision (HLE) prefix hints?