Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

PE file opcodes

Fastest way to count bits [duplicate]

c assembly

Learning about basic example of function call in SPARC assembly

c assembly sparc mov

x86 Assembly set of 'push'es and 'pusha' difference

assembly x86 stack assemblies

Does the BIOS copy the 512-byte bootloader to 0x7c00

How are dw and dd different from db directives for strings?

string assembly x86 nasm masm

What's the easiest way to determine if a register's value is equal to zero or not?

How to associate assembly code to exact line in C program?

c debugging assembly gdb

Syscall or sysenter on 32 bits Linux?

Can I turn this into a loop through some 16-Bit Magic?

assembly 6502 c64

lldb command to function-step / trace-step: continue until next function call or until current function is returned from

debugging assembly lldb

Difference between "or eax,eax" and "test eax,eax" [duplicate]

Understanding of MSVS C++ compiler optimizations

C Disassembly to ARMv6: Meaning of Dot (.) Before a Label

c assembly arm

Packing BCD to DPD: How to improve this amd64 assembly routine?

performance assembly x86 bcd dpd

What is the significance of operations on the register EAX having their own opcodes?

Which Intel microarchitecture introduced the ADC reg,0 single-uop special case?

Should using MOV instruction to set SS to 0x0000 cause fault #GP(0) in 64-bit mode?

Converting assembly code to C code [closed]

assembly disassembly

Real-Mode x86 ASM: How are the Basics Done?