Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Read flag register from C program

c assembly x86 flags

What converts Assembly language to machine code

Is there a really working example which showing the benefits of ILP(Instruction-Level Parallelism) on x86_64?

What happens if there is no exit system call in an assembly program?

How does this program know the exact location where this string is stored?

How linker resolves the symbol in assembly code

c++ c assembly linker

Examining code generated by the Visual Studio C++ compiler, part 1 [duplicate]

c assembly x86

How to set 1 second time delay at assembly language 8086

assembly time delay x86-16

Code highlighting is not working on OllyDbg

debugging assembly ollydbg

Why is ROL instruction used?

assembly x86

Getting random number from 6502 assembler

assembly random 6502 c64

Assembly compiled executable using INT 0x80 on Ubuntu on Windows Subsystem for Linux doesn't produce output

Difference between LEA and MOVE.L?

assembly 68000

x86/x64 Add Displacement addressing

assembly x86 64-bit

Using buffer overflow to execute shell code

How to get VS2013 to stop generating calls to __dtol3, __dtoui3, and other functions for casting between integer types?

Why gcc disassembler allocating extra space for local variable?

Difference between ISA (e.g. MIPS) and Assembly language

How can Microsoft say the size of a word in WinAPI is 16 bits?

c windows winapi assembly msdn

Adding a redundant assignment speeds up code when compiled without optimization