Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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)

Does the ARM calling convention allow a function to not store LR to the stack?

Floppy Read (AH=0x2, int 0x13) doesn't complete

assembly x86 bios bochs floppy

Loading and running a raw binary file with 32-bit code in QEMU

NASM should I pop function argument after calling a function?

Using the CGA/EGA/VGA planar graphics modes

assembly graphics x86 nasm vga

Why doesn't the GCC assembly output generate a .GLOBAL for printf

Assembly what is ret?

assembly riscv