Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

How does the CPU know how many bytes it should read for the next instruction, considering instructions have different lenghts?

iPad development in assembly

assembly ipad

Is QEMU good for learning programming in assembler for ARM and PowerPC?

linux assembly arm qemu powerpc

x86 opcode encoding: sib byte

ARM NEON: What's the difference between vld4_f32 and vld4q_f32?

GCC Inline Assembly Multiplication

C and Assembly project suggestion needed for class on low level software

c assembly projects project

compare two binary files

How to load kernel or be able to use more space in own bootloader?

When Will the Code Under DATA SEGMENT execute in this code?

assembly x86-16

Why are some programming languages faster than others?

How do you get maximal speed out of SSE?

How does an adder perform unsigned integer subtraction?