Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Why do we need ORG 0x7c00 at the beginning of a bootloader?

In this X86 emulator, why is the overflow flag getting set when adding 0xFFFF to 0xFFFF?

Set an XMM register to a repeating byte pattern (broadcast a constant byte)