Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to completely suspend the processor?

assembly x86

What is the difference between .global and .globl?

assembly x86 gnu-assembler

Memory section handling error

c++ assembly linker gnu

Writing your own partition recovery [closed]

Maximum optimization of element wise multiplication via ARM NEON assembly

32 byte store forwarding on Sandy Bridge

Converting C program into 32-bit assembly code

c assembly x86

What's a good way to deal with or remember backwards arguments to cmp in the GNU assembler?

assembly x86 gnu gnu-assembler

Alternatives to missing SSAT and USAT instructions in Arm64?

assembly arm arm64

What is a good embedded platform to use to teach yourself assembly language?

embedded assembly

Removing arguments from stack in i386, ARM assembly

Using FPU and MMX registers as "general registers"

Any reason to use BX R over MOV pc, R except thumb interwork pre ARMv7?

Understanding arm64's kvm_vcpu_run_vhe function

c assembly linux-kernel arm kvm

What code skeleton should I use for Intel 8086 DOS assembly?

assembly x86 dos x86-16