Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to install and use GAS (GNU Compiler) on Linux?

Why is (or isn't?) SFENCE + LFENCE equivalent to MFENCE?

C to assembly call convention 32bit vs 64bit

c linux assembly x86 x86-64 intel

Not sure why we add the registers %rdx and %rax when the assembly code has been using %eax and %edx

assembly x86

What's the low-level difference between a pointer an a reference?

Drawing a stack frame for x86 assembly

assembly x86

Can modern x86 implementations store-forward from more than one prior store?

GCC inline assembler, mixing register sizes (x86)

How to interpret the opcode manually?

assembly opcode

Why is it worse to initialize a two dimensional array like this?

How to decompile an exe or a dll to assembly

dll assembly exe decompiling

How can I clear the screen without having to fill it

assembly x86 dos interrupt

Can anyone help me interpret this MSVC debug-mode disassembly from a simple Hello World?

Assembler : why BCD exists?

how does push and pop work in assembly

How many asm-instructions per C-instruction?

c assembly instructions

Get address of current instruction for x86 [duplicate]

c linux assembly 64-bit x86

What happens from the moment we press a key on the keyboard, until it appears in your word document [closed]

c winapi assembly hardware

C++ string comparison in one clock cycle

c++ string assembly comparison