Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

how to use 32-bit registers in emu8086 with fasm assembler

assembly

How does a computer distinguish between Data and Instructions?

s/360 assembly: how to implement a call stack

How to return multiple values in MASM

assembly x86 masm

What instructions can be allowed to execute or prohibited from executing in user mode?

assembly x86 osdev

JMP rel16 (instead of JMP rel32)

assembly x86 exploit opcode

unresolved external symbol _WinMainCRTStartup

Infinite loop when using cmpq and je

assembly x86-64 decrement cmp

Embedded assembly in C (DOS) - illegal instruction

c assembly dos inline-assembly

Memory indirect addressing movl - assembly

c assembly addressing-mode

How to print argv[0] in NASM?

macos assembly nasm argv

Table with addresses or registers, assembler x86

assembly x86 intel-syntax

Merge bit sequences a and b according to a mask

(VC++) Runtime Check for Uninitialized Variables: How is the test Implemented?

Getting the address of the end of a buffer instead of its beginning

c assembly buffer x86-64

How can I write this code more efficient?

assembly x86-16 simplify

ARM assembly. Is it safe to use r13 (stack pointer) as a general purpose register?

QEMU doesn't reboot my OS after resetting via the 8042 PS/2 controller

Why we cant compare (bne-beq) a register with an immediate (Assembly-MIPS)?

assembly mips