Search code examples
Who does converting a number to 2's complement form and storing in memory location?...


cassembly

Read More
Creating a COM file from text...


windowscomassemblyascii

Read More
arm-none-eabi-gdb continues instead of stepping over in no-sdk baremetal assembly...


assemblyarmgdbcortex-mraspberry-pi-pico

Read More
Smart pointer produces inefficient compiled code...


c++assemblyg++

Read More
How to set 1 second time delay at assembly language 8086...


assemblytimedelayx86-16

Read More
What is the proper octal representation of the encoding of the operand register in intel 8086?...


assemblyintelx86-16octalinstruction-encoding

Read More
8086 memory to accumulator encoding: why do mov al, [absolute] and mov ah, [absolute] have different...


assemblyx86-16disassemblymachine-codeinstruction-encoding

Read More
gcc arm optimizes away parameters before System Call...


cassemblyarmsystem-callsinline-assembly

Read More
ARM inline asm: exit system call with value read from memory...


linuxassemblyarmsystem-callsinline-assembly

Read More
What's the purpose of the rotate instructions (ROL, RCL on x86)?...


assemblyx86cpu-architecturebit-shiftinstruction-set

Read More
Does INVLPG instruction or mprotect() affect the CPU cache state while invalidating TLB entries?...


assemblyx86cpu-architecturecpu-cachetlb

Read More
x86 rep prefix with a count of zero: what happens?...


assemblyx86instruction-set

Read More
How to set a breakpoint on an assembly file using Xcode?...


xcodeassemblylldb

Read More
Accumulate vector using Neon and print to stdout (assembly)...


assemblysimdarm64neonapple-silicon

Read More
jmp to address in inline AVR C...


cassemblyarduinomemory-addressavr-gcc

Read More
Newbie on x86 asm - equivalence of mov a,[b+2] and add b,2|mov a,[b]...


assemblyx86x86-64

Read More
Bomb lab phase 4 func4 - doubly-recursive function that calls itself with n-1 and n-2...


assemblyx86-64reverse-engineeringdisassemblybinary-bomb

Read More
Binary bomb phase 4 assembly...


assemblyx86gdbreverse-engineeringbinary-bomb

Read More
What kind of projects (besides the obvious OS stuff) use assembly language?...


programming-languagesassemblyx86

Read More
Why does .NET use SIMD and not x87 for math operations not intrinsic to SIMD?...


.netassemblysimdssex87

Read More
_asm swap and compiler additions...


c++assemblyvisual-c++x86disassembly

Read More
Having trouble finding error in my assembly code...


debuggingassemblymachine-code68000

Read More
Why encode RISCV PseudoInstruction LI to four instructions instead of two?...


assemblyriscvinstruction-encoding

Read More
C++ VS2010 Compiler doesn't use 'push' for a simple function call...


c++assemblyvisual-c++x86-64calling-convention

Read More
assembly LINK : fatal error L1093:object file not found...


visual-studio-2010assemblyx86masm

Read More
x86 addl vs subl...


cassemblyx86clang

Read More
adding 32 bit protected to operating system...


assemblyx86operating-systemnasm

Read More
Should the box at the bottom be %rax instead of %rbx in Fig 6-1 of Jonathan Barlett's book?...


assemblyx86-64gnu-assembleratt

Read More
How does an adder perform unsigned integer subtraction?...


assemblysubtractionunsignedalu

Read More
Compile and run assembly file using Masm and ConTEXT...


assemblymasmcontext-editor

Read More
BackNext