Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What is wrong with this simple piece of code?

assembly

x86 opcode alignment references and guidelines

Question about the Intel's IA-32 software developer manual

assembly intel x86

SegFaults in my Assembler? But that's impossible! :O

Redundant Assembly Instructions?

Windows initial execution context

CPU: Program inside CPU that determines exact principal of instructions (?!)

assembly cpu microcoding

Proper use of the ARM PLD instruction (ARM11)

assembly arm armv6

Assembly code from Ocaml

assembly ocaml disassembly

push return values in stack frame

Confused by TBB in a section of ARM disassembly

assembly arm disassembly

How to write a compiler back-end to generate assembly for user defined hw architecture, from C code

How does this dissaseble output correlate to the function source? [closed]

c assembly x86

What's the motivation for a fpu to implement their registers in stack-based fashion?

assembly stack fpu

whats the use of "org xxxx" in assembly

asm code containing %0,what does that mean?

Must IRET be used when returning from an interrupt?

Why does VMOV.F64 not allow me to load zero?

assembly arm

Writing to stderr in x86 assembly

assembly x86

Asterisk Pointer in Assembly (I32 / x86) [duplicate]

pointers assembly x86 gdb att