Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Add a constant value to a xmm register in x86

assembly x86 sse x87

First OS, a few assembly line explanations

assembly x86 bootloader bios

How to read the flags registers in x86 processor [duplicate]

assembly x86

How do you add CH to EAX in x86 assembly?

assembly x86 cpu-registers

8086 TASM: Illegal Indexing Mode [duplicate]

assembly x86 x86-16 tasm

how to export a function in GAS assembler?

delphi debugging exclude system.pas

Cast from float to double produces different results—same code, same compiler, same OS

How to use QEMU properly with multi boot headers

finding GHC assembly for a function

haskell assembly ghc

How to boot my simple hello world program? [closed]

c++ c assembly boot