Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Assembly: Y86 Stack and call, pushl/popl and ret instructions

assembly stack y86

Left Shift Overflow on 68k/x86?

assembly x86 shift 68000

Illegal instruction in ASM: lock cmpxchg dest, src

assembly x86

How can I find the current date in intel x86 Assembly?

assembly x86

Difference in jump statements in assembly programming

assembly x86

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++?