Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

Where string data is stored?

c linux string assembly x86

NASM Assembly convert input to integer?

assembly x86 char nasm atoi

x86 Assembly - Why is [e]bx preserved in calling conventions?

How is the x86 JAE instruction related to the carry flag?

assembly x86

Why should EDX be 0 before using the DIV instruction?

What does it mean by "MOV AH, 4CH" in assembly language?

Type punning with (float&)int works, (float const&)int converts like (float)int instead?

Static keyword in an array function parameter declaration