Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Assembly Loop Through Each Bit of Register Value

loops assembly mips

Simple XOR loop in NASM

In what conditions is one comparison for "if" and "if-else" at С as at assembly?

Why does `call dword 0x12345678` compile to [66,E8,72,56,34,12]?

assembly x86 nasm

Jump table implementation in MASM x64?

assembly x86-64 masm

How to use the keyboard in bare metal ARM assembly?

Assembly - How to see the value in a particular variable with gdb

memory assembly gdb

How to convert unsigned numbers from signed to unsigned(binary and hexadecimal)?

math assembly binary hex

Compiler code generation - how we know it is high quality?

MIPS labels storage location

assembly mips machine-code

push 1 less than %ecx to stack

assembly x86 cpu-registers att

Intel x86 Assembly - Reading and copying the carry flag

How to properly write an array of bytes in Assembly?

c arrays assembly nasm

How to distinguish between 1 and zero floating-point values?

STM32 same while loop code but compiled to different assembly code

print elements of array in assembly

arrays assembly emu8086

Why does GCC need to clear edx for mysterious reasons?

optimization gcc assembly

MOV into a register specified by macro argument

Where LLVM interpreter is looking for external functions (libraries?)