Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What does NASM's resb do in binary output format?

assembly x86 nasm x86-16

Does GAS support string literals as numeric constants like NASM does? [duplicate]

STM32F7: hard fault when jumping to application from custom bootloader

c assembly linker arm bootloader

Correct User Input - x86 Linux Assembly

linux assembly nasm

Tiny Code for dumping Flash Memory

c assembly embedded arm firmware

How to pass an integer as input parameter in asm custom instruction in?

Why doesn't g++'s option "-Winline" work?

c++ assembly

"Illegal instruction" on basic assembly program - not even hello world - why is linking needed?

Mac OSX 64bit assembly - fork() test/jne doesn't work?

Finding out how many bytes separate esp and the stored return address on the program's stack

assembly x86 att cdecl

Assembly ".set" directive emitting symbol

macos assembly kernel x86-64

Why does this NASM code print my environment variables?

linux assembly nasm

why addresses of elements in the stack are reversed in ubuntu64?

What steps need to be taken to implement OpenCL on a device?

When is Overflow flag set?

Basic buffer overflow tutorial

c assembly buffer-overflow