Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

sequentially-consistent atomic load on x86

in linux, is it normal that there is no null character at the end of file

NEON ASM code running much slower than C code?

assembly arm neon

How to create an x86 binary with 'fake' instructions in it

assembly x86

How do I use C libraries in assembler?

c linux assembly x86

Calling C code from a bootloader

c gcc assembly x86 bootloader

Delphi 7, strings problems

What is the purpose of the assembly instructions after a function I see with ndisasm?

Converting C code to MIPS (arrays)

c assembly mips

Translate Delphi+Assembler CRC32 implementation to C#

c# delphi assembly crc crc32

How to replace the return address on the stack using a buffer overflow attack

How can a 16bit Processor have 4 byte sized long int?

Is the "MOV" instruction in Assembly to allocate memory?

assembly

How does memory barrier work?

How to call a function using Delphi's register calling conventions from Visual C++?

What does it mean by MOV D D?

What does "=w" in GCC Inline Assembly mean?

c gcc assembly gnu-assembler

How to interpret x86 opcode map?

assembly x86 machine-code

Getting string input and displaying input with DOS interrupts MASM

How can I JMP to relocated code in my MBR?