Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to tell GCC that input file is assembler even if it's really .c?

Help on VGA and putpixel intel x86 asm AT&T syntax

assembly x86 vga att

Compiling ARM .s file on Mac

x86 addl vs subl

Linux sbrk() as a syscall in assembly

why segments in elf file can overlap

assembly elf segment

How do I debug exceptions in unknown code?

Understanding x86 MOV Syntax

assembly x86 ida mov

Visual Studio only breaks on second line of assembly?

Embedding assembler within C++ acceptable?

c++ performance assembly

How to access C variable for inline assembly manipulation?

c gcc assembly inline-assembly

undefined reference to `printf'

c gcc assembly makefile nasm

Trying to build a PC (counter) for the nand2tetris book, but I'm having some trouble with the logic

assembly hdl nand2tetris

ARM Unified Assembler Language grammar and parser?

assembly arm grammar

How does debugger know function names?

c winapi assembly ollydbg

JIT-ed Exception handler implementation

strlen in NASM Linux

linux assembly x86 nasm

How can I turn this into shellcode?

How to store 4 characters in a define doubleword in assembly language?

assembly masm x86-16

Which is generally faster to test for zero in x86 ASM: "TEST EAX, EAX" versus "TEST AL, AL"?