Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

x86 Why does C function disassembly show different value for pointer when pushed to call stack

c assembly x86 gdb disassembly

NASM declaring variable in .text section

assembly nasm

x86-64 do address calculating mov i.e mov i(r, r, i), r execute on on port 1? Or is it still p0156?

How does one opcode byte decode to different instructions depending on the "register/opcode" field? What is that? [duplicate]

How can a CPU save its register state in a context switch?

Instruction which results in 0 but isn't dependency-breaking [duplicate]

Is there another instruction similar to MOVZX, but supported on the 8086?

assembly x86 x86-16 emu8086

MASM 14: constant expected in winextra.inc

Assembly call to printf - different behavior on WSL and standalone Ubuntu 18.04 64bit

Is it possible to write an if statement in x86 assembly language?

if-statement assembly x86 masm

Why do i get `** stack smashing detected **` error?

c++ assembly x86-64

Do we need a memory acquire barrier when loading a pointer from memory?

How do I patch a Windows API at runtime so that it to returns 0 in x64?