Use for questions related to Instruction Set Architectures, ISA.
I would like to know what the difference between these instructions is: MOV AX, [TABLE-ADDR] and LEA AX, [TABLE-ADDR]
assembly x86 instruction-setAre assembly language and machine language (for the same underlying system) really the same? Are there any differences between these …
assembly architecture operating-system machine-code instruction-setWe have an issue related to a Java application running under a (rather old) FC3 on an Advantech POS board …
linux shared-libraries executable cpu-architecture instruction-setI'm learning assembly by comparing a c program to its assembly equivalent. Here is the code. .file "ex3.c" .section .…
assembly instruction-set movI can understand how one can write a program that uses multiple processes or threads: fork() a new process and …
multicore intel system-calls instruction-setunder "The Thumb instruction set" in section 1-34 of "ARM11TechnicalRefManual" it said that: "The Thumb instruction set is a …
arm thumb instruction-setIs the following code valid to check if a CPU supports the SSE3 instruction set? Using the IsProcessorFeaturePresent() function apparently …
c++ sse instruction-set avx cpuidI'm working on Cortex-A8 and Cortex-A9 in particular. I know that some architectures don't come with integer division, but what …
assembly arm integer-division instruction-set cortex-a8I am very new to Assembly language. I was reading about MIPS architecture and came to know that you have …
assembly mips cpu-architecture instructions instruction-setDo graphic cards have instruction sets of their own? I assume they do, but I have been wondering if it …
gpu instruction-set