Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why is there three leal instructions for this IA32 assembly code?

c assembly x86 intel

ARM LDR instruction on PC register

6502 assembler random number problems

assembly 6502

Convert a floating point to an integer with truncation instead of rounding using the x87 FPU

assembly nasm x87

Can I do `ret` instruction from code at _start in MacOS? Linux?

NASM assembler - How to make sure the function label isn't executed one extra time?

assembly x86

C++, an "impossible" behavior

c++ assembly

Creating a Hello World library function in assembly and calling it from C#

Cannot write to ARM register R4: feature or bug?

Converting C to nasm assembly

assembly nasm

Why is CMake ignoring assembly files when building static library?

How does the CPU/assembler know the size of the next instruction?

How to tell if a float is SNAN or QNAN

c++ c gcc assembly ieee-754

How should I parse keywords when writing a C Compiler?

How does ASM knows an arithmetic operation is signed or unsigned?

assembly x86 masm irvine32

x86/x64: modifying TSS fields

assembly x86 x86-64

How can I multiply two hex 128 bit numbers in assembly

Are assembly language programs restricted by kernel modes as well?

assembly operating-system

How to determine if the registers are loaded right to left or vice versa

macOS 64-bit System Call Table [duplicate]