Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Checking if an address is writable in x86 assembly

linux assembly x86

Access higher order bytes of a register in assembly [duplicate]

assembly x86

Branch table in assembly 8086

assembly x86-16

Conditional move zero into register?

Can someone explain the process of multi-precision multiplication in assembly?

Why static string in .rodata section has a four dots prefix in GCC?

c gcc assembly

ARM64 add instruction preferred opcode?

How to detect the slave PIC in an old PC using assembly?

Can you add two 64-bit integers natively in x86?

assembly x86 sse

CMP function always returns jg after comparison in NASM

Why do we need a return address?

assembly stack

How to understand this AT&T i386 assembly code snippet? [duplicate]

assembly 32-bit att i386

Assembly Loop Through Each Bit of Register Value

loops assembly mips

Simple XOR loop in NASM

In what conditions is one comparison for "if" and "if-else" at С as at assembly?

Why does `call dword 0x12345678` compile to [66,E8,72,56,34,12]?

assembly x86 nasm

Jump table implementation in MASM x64?

assembly x86-64 masm

How to use the keyboard in bare metal ARM assembly?

Assembly - How to see the value in a particular variable with gdb

memory assembly gdb