Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What are the possible reasons for registers to be offset by 1 in GDB?

assembly arm gdb gnu cortex-m

In x86_64, does a 32-bit cmov clear the top bits if the condition is false?

Fastest way to set highest order bit of rax register to lowest order bit in rdx register

Is resb 2 equivalent to resw 1?

assembly x86-64 nasm

ASM printf: no output if string doesn't include \n newline

linux assembly x86 printf att

Writing to EEPROM PIC?

assembly pic eeprom

Why push first decreases the stack pointer?

How to do DMA transfers under DOS extender or DPMI environment?

assembly x86 dos watcom

First use of AVX 256-bit vectors slows down 128-bit vector and AVX scalar ops

assembly x86-64 sse simd avx

NASM Error Parsing, Instruction Expected

assembly x86 nasm

Halt instruction from Linux kernel module is not working

Questions about APIC interrupt

Calling a standard-library-function in MASM

Why Assembly x86_64 syscall parameters are not in alphabetical order like i386

Multiline comments in MIPS

assembly mips

When a syscall is called by a userspace program, how does execution transfer back to kernelspace?

c assembly linux-kernel kernel

Speeding up a bit test operation by using assembly

Random number generation in assembly NASM

assembly random x86 nasm