Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How do I get started reverse engineering z80 machine code? [closed]

How does machine code access parameters to a subroutine call?

x86 assembly machine-code

Why assembly language is still needed if we have high level languages offering sophisticated tools? [closed]

assembly low-level

Would compiling a regex into native assembly be faster than PCRE or other Regex engines? [closed]

c++ regex perl assembly pcre

Is it possible to use 64-bit instruction in a 32-bit application on intel/64-bit win7

c++ assembly

How to do ADD/SUB signed or unsigned integer correctly?

assembly arm

How is C++ function template implemented in assembly?

c++ assembly

How to divide 16bit number by 2 in 6502 asm?

assembly 6502 c64

How to populate a 64 bit register with duplicate byte values

assembly x86 64-bit masm

unable to compile assembly: /usr/bin/ld: i386 architecture of input file `array1.o' is incompatible with i386:x86-64 output [duplicate]

gcc assembly x86 nasm

imulq and unsigned long long overflow detection in C and asm

Why is Clang automatically adding attributes to my functions?

What is vmovdqu doing here?

Is GCC broken when taking the address of an argument on ARM7TDMI?

c gcc arm assembly

what does JMP do to stack and frame pointers?

assembly x86

1k of Program Space, 64 bytes of RAM. Is 1 wire communication possible?

Execute data as code?

c++ windows assembly loader

Finding number of operands in an instruction from opcodes

Delphi inline assembler pointer to structure

delphi assembly

"call 0x80482f0 <puts@plt>"? Just need clarification of one line of code in a 'hello world' program in x86 assembly

linux debugging assembly x86