Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Error: Operation size not specified - NASm

assembly nasm x86-16 mov

Is there a more direct method to convert float to int with rounding than adding 0.5f and converting with truncation?

LFENCE is really useless vs. Spectre #2?

what is jmpl instruction in x86?

assembly x86 gnu-assembler att

Why was NOP assigned to 0x90 in x86 assembly?

How to view the assembly code generated from my JavaScript (in Chrome)?

How do I access the state of individual bits of a word in MIPS?

Using bts assembly instruction with gcc compiler

transpose for 8 registers of 16-bit elements on SSE2/SSSE3

assembly matrix x86 sse simd

How do I atomically read a value in x86 ASM?

x86 128-bit atomic ops

assembly x86 atomic x86-64

what is the purpose of mov %rax,%rax?

gcc assembly

What is MASM ? which we generally use it for learning assembly language code?

assembly

Make file for larger directory structure

c assembly makefile

How to understand this?

assembly objcopy

manipulating 32 bit numbers with 16 bit registers in 8086

Variable swap with and without auxiliary variable - which is faster?

c assembly swap

Assembly - shr instruction turn on carry flag?

assembly x86

Detail about MSR_GS_BASE in linux x86 64

How to disassemble movb instruction