Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How can I view assembly code produced for C functions? [duplicate]

c assembly compiler-flags

What's the difference between using int 0x20 and int 0x21 / ah=0x4C to exit a 16-bit assembly program?

assembly x86 dos

How to access more than 4 arguments in an ARM assembly function?

assembly arm

Is LEA the only instruction in x86 with a memory operand that doesn't access memory?

Uses of the monitor/mwait instructions

What are the practical advantages of learning Assembly?

pointers assembly

calling assembly function from c

c linux assembly gcc x86

MIPS: lw (load word) instruction

assembly mips

Good Resources for using Assembly in Delphi?

How to speed up tricky random number generation

assembly on X86 machines, Windows vs Linux

assembly x86 virus

How to check if a register is zero in x86_64 assembly [duplicate]

assembly x86-64

Which 32-bit/64-bit CPU architecture has the easiest instruction set?

assembly powerpc

x86 jmp to register

assembly x86

How to completely suspend the processor?

assembly x86

What is the difference between .global and .globl?

assembly x86 gnu-assembler