Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

why clear interrput flag cause segmentation fault in C?

c assembly x86 interrupt

stp aarch64 instruction must be used with "non-contiguous pair of registers"

Call C kernel from assembly bootloader

assembly kernel

Loading a byte from a DB 1, but printf integer show a large number

assembly x86 printf call nasm

Why is QtSPIM telling me "Label is defined for the second time"?

assembly mips spim

How does CPU reorder instructions

multithreading assembly cpu

How Switch Statement Works

c assembly switch-statement

Why does main() compiled by D have a 32-bit return value on a 64-bit machine?

assembly d

x64 nasm: pushing memory addresses onto the stack & call function

macos gcc assembly x86-64 nasm

Far jump in ntdll.dll's internal ZwCreateUserProcess

winapi assembly process

How can assembly work on an Operating System?

assembly operating-system

Assembly 8086 - Implementing any multiplication and division without MUL and DIV instruction

Differences between call, push+ret and push+jump in assembly

Why Do Compilers Insert INT3 Instructions Between Subroutines?

Assembly 8086 EQU directive

assembly x86-16 emu8086

How to pass/retrieve DOS command-line parameters in a 16-bit assembly program?

assembly dos tasm 16-bit x86-16

Running a game written in 8086 assembly on a modern CPU

assembly dos x86-16

In which language is Chromium OS written?

Make gdb display assembly instructions instead of C [duplicate]

c debugging assembly gdb

How does the assembly TEST instruction work with these jump instructions?