Search code examples
Should all code compiled for 32 bit machines be in 4 byte chunks?...

gccassemblyx86instructions

Read More
Alternative for sw MIPS instruction...

assemblymipsinstructions

Read More
If there is any pausing/sleeping or events in x86 assembly...

assemblyx86-64sleepevent-loopinstructions

Read More
Converting C to MIPS...

mipscpuinstructions

Read More
How to find commands addresses?...

assemblyx86-16instructionsemu8086

Read More
How can I implement AND and OR operations in C++...

c++mipsinstructions

Read More
How to count the total number of instructions executed in an assembly program...

assemblymipscpuinstructionsmars-simulator

Read More
How do things work in the fetch phase of the instruction cycle?...

assemblycpu-architectureinstructionsinstruction-setmicroprocessors

Read More
Committed Vs Retired instruction...

x86cpu-architecturecpu-cacheinstructions

Read More
Assembly 8086, Why later instruction doesn't modify previous one after execution...

assemblycpu-wordinstructionsmov

Read More
Why sub eax, '0' for adding instead of just add?...

assemblyadditionsubtractioninstructions

Read More
Are all micro-ops the same length in a modern x86 CPU?...

x86cpu-architectureinstructions

Read More
Translate Instruction Pointer Address (in shared library) to Source Instruction...

clinuxpointersipinstructions

Read More
Which arithmetic operations are the same on unsigned and two's complement signed numbers?...

binarytwos-complementinstructionsinstruction-set

Read More
MIPS/Assembly: How do I find register value by hand after an instruction is executed?...

assemblymipsinstructions

Read More
What is the number of clock cycles required in the given sequence of Instruction using 5- stage pipe...

cpu-architectureinstructionspipelining

Read More
what is "set.eq.s32.b32" assembly?...

assemblycudainstructions

Read More
is my translation C code to instructions for CPU correct?...

cmemory-managementinstructionsprocessing-instruction

Read More
Difference between long and short jump (x86)...

assemblyx86cpuinstructionsmachine-instruction

Read More
what is cfi_adjust_cfa_offset and cfi_rel_offset?...

assemblyarminstructionsinstruction-seteabi

Read More
I can't understand some instructions in ARM: SBC, RSC...

assemblyarminstructionscarryflag

Read More
How to generate SPARC HW traps (trap type tt < 128)...

exceptioninstructionssparc

Read More
x64 MOV 32-bit immediate to 64-bit register...

assemblyx86-64instructionsmachine-codeimmediate-operand

Read More
How to extract information from the llvm metadata...

metadatallvminstructions

Read More
simulate jg instruction(datalab's isGreater)...

cassemblyinstructionseflags

Read More
Assembly (x86): Number of '01' repetitions in binary code of HEX number...

assemblyx86binaryinstructions

Read More
Does register #30 ($fp) have anything to do with the jal function in MIPS?...

assemblymipscpu-registersinstructions

Read More
How does the layout of a indirect/direct call instruction look like in memory?...

assemblyx86callinstructionsmachine-code

Read More
Dynamic vs Static instruction count...

mipsinstructionsmachine-instruction

Read More
How to count TBB processing instructions?...

profilinginteltbbinstructions

Read More
BackNext