Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Is this an optimization bug in g++?

c++ linux assembly g++

Reverse-engineering SEH: Why doesn't my IDENTICAL assembler code work like the original?

Writing Assembly Code for a Tattoo

assembly nasm

Importance of page count and last page size in an MZ (DOS, 16 bit) .EXE header

assembly dos 16-bit

Does the PIC handle non-maskable interrupts?

Writing ARM machine instructions and executing them from C (On the Raspberry pi)

c assembly arm jit raspberry-pi

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