Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to measure number of executed assembler instructions?

assembly measure

Any possible way to re-program a USB drive's microcontroller?

Retrieve arguments of a x64 masm assembly procedure

Error: Unknown Directive .type func, @function

assembly

SYSENTER/SYSEXIT vs INT 0x80

linux assembly x86

How is the sign flag calculated with the imul instruction?

assembly x86

Gnu assembler gives unexpected memory operand

Assembler on 64-bit iOS (A64)

Sign or Zero Extension of address in 64bit mode for MOV moffs32?

Visual Studio C++ compiler generates 3x slower code when changing completely unrelated code

SIMD versions of SHLD/SHRD instructions

Can GNU as process struct and function prototypes in assembly file(.s)?

gcc assembly

What happens if an invalid address is prefetched?

Bootloader works in emulators but not on real hardware

Call of statically link function crash everytimes on windows 8/10 but not 7

Minimal opcode size x86-64 strlen implementation

assembly nasm x86-64 yasm

Why does a syscall clobber rcx and r11? [duplicate]

Cannot modify data segment register. When tried General Protection Error is thrown

gcc assembly x86 osdev isr

In terms of using the stack, why do we need a base pointer and a stack pointer [duplicate]

c assembly x86 stack abi

Offset address for JAL and JALR instrctions in RISC-V

assembly riscv