Search code examples
Swap Procedure in MIPS...


assemblymipscpu-architectureswap

Read More
Advantage of using LEA over MOV for passing parameters in Assembly compiled from C++...


c++assemblyvisual-c++x86-64micro-optimization

Read More
Hard to debug SEGV due to skipped cmov from out-of-bounds memory...


assemblygdbx86-64conditional-move

Read More
NASM "hello world" in DOSBox...


assemblynasmx86-16dosbox

Read More
Assembly 16bit real mode - CMPS return always 0...


assemblyx86-16string-comparisonosdev16-bit

Read More
Way to convert unsigned 64-bit integer into floating point?...


assemblyx86floating-pointtype-conversionsse

Read More
What do NDS, NDD, and DDS stand for in encoding VEX instructions?...


assemblyx86x86-64intelmachine-code

Read More
What does the instruction mrc p15 do in ARM inline assembly?...


gccassemblyarminline-assembly

Read More
Patching binary with IDA...


windowsassemblyreverse-engineeringida

Read More
Unexpectedly slow performance on moving from register to frequently accessed variable...


cassemblycachingx86-64perf

Read More
How to correctly call a function with float parameters in ARM assembly program?...


cassemblyarmcalling-conventionc-standard-library

Read More
registers not loading properly in ISR's...


cassemblyx86interruptosdev

Read More
how to get the mouse position in assembly...


assemblygraphicsx86-16dosmouse-position

Read More
Bit scatter over multiple NEON registers...


assemblyarmneon

Read More
error: expected identifier or ‘(’ before string constant...


cassemblygcc

Read More
How to read elements from a DEFB sequentially in Z80 Assembly language and then use the value retrie...


assemblyz80zxspectrum

Read More
How to execute machine code (learning assembly)...


assemblyemulation

Read More
Codewars problem: "NASM: Does this string contain numbers?" Not sure why my code is failin...


stringassemblyx86-64nasmcpu-registers

Read More
bochs: can not load bootloader using a floppy image...


assemblyx86-64nasmosdevbochs

Read More
bochs: fetch_raw_descriptor: GDT: index (bf) 17 > limit (17)...


assemblyx86osdevbochsgdt

Read More
GNU as: Escape symbol names in intel_syntax...


assemblygnu-assemblerintel-syntax

Read More
Does Clang's assembler support the "u" suffix for integer literals?...


assemblyarmclang

Read More
How to print the register number with gcc-style inline assembly?...


assemblygccclanginline-assemblyarm64

Read More
Avoid unnecessary mov ecx, ecx instruction in bzhi(y, tzcnt(x))...


c++assemblyvisual-c++bit-manipulationcompiler-optimization

Read More
(first time, so sorry if i make some mistakes )something wrong when i use 'lw' in "_pri...


assemblymipsprimes

Read More
x64 NASM Assembly 64bit conditional jump doesn't work...


debuggingassemblygdb64-bitnasm

Read More
Using printf in assembly leads to empty output when piping, but works on the terminal...


linuxassemblyprintfx86-64glibc

Read More
GRUB not Switching to Graphics Mode in Custom OS Development...


assemblygraphicsbootloaderosdevgrub

Read More
x64 NASM Assembly extern printf doesn't print anything...


cassembly64-bitnasm

Read More
Converting rdpmc_reference_cycles to 64-bit in MASM...


windowsassemblyx86-64masmmsr

Read More
BackNext