Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to truncate float values in XMM register

c++ c assembly sse

Is the assembly language different from one architecture to another?

How safe is this swap w/o pushing registers?

CPU Registers and Multitasking

Where to place the stack and load the kernel

GCC generates useless instructions?

error when trying to link with static c standard library

How to increment a vector in AVX/AVX2

What is the best way to clear the screen in 32-bit x86 assembly language (Video mode 13h)

assembly x86 masm real-mode vga

Creating named variables in the stack

assembly nasm fasm

IBM Mainframe Assembler program shows extreme jump in CPU Time and Run Time after COBOL call added. Why? What can be done to speed it up?

assembly mainframe

Assembly: Memory address of variables in C Programming

c debugging assembly gdb ollydbg

Referencing registers in machine code

assembly x86 machine-code

Is it allowed to access memory that spans the zero boundary in x86?

How to move a floating-point constant value into an xmm register?

assembly x86 sse

Is it considered bad practice to use the flags register as a boolean return value?

assembly x86 coding-style

How can I compile asm shader to fxo file?

Why does CX work in '[ ]' in 16 Bit Assembly when it is not a base or index register?

assembly x86 dos masm x86-16

ASM: too many memory references for `mov'

Algorithm for calculating trigonometry, logarithms or something like that. ONLY addition-subtraction

algorithm assembly