Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

If there is any pausing/sleeping or events in x86 assembly

why we can't move a 64-bit immediate value to memory?

How to get keyboard input with x86 bare metal assembly?

ASM in C gives an error with -std=c99

c assembly c99 inline-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