9
votes
2answers
158 views
alignment requirements for atomic x86 instructions
Microsoft offers the InterlockedCompareExchange function for performing atomic compare-and-swap operations. There is also an _InterlockedCompareExchange intrinsic.
On x86 these ar …
1
vote
4answers
78 views
x86 asm instruction set: Any _searchable_ offline reference?
I'm somewhat new to assembly and have to look up the x86 instructions every now and then. Searching the web for every other opcode gets annoying after a while. Then there are the I …
1
vote
3answers
218 views
‘align’ instruction on MIPS
What exactly do this instruction? I know that it try to align data with a multiple of a especific number but, why would you need to do this? Is there an equivalent instruccion in o …
0
votes
0answers
11 views
AC0 instruction set
Can anyone tell me what is the AC0 instruction set and give me examples of
such instructions?
10x
1
vote
3answers
96 views
Do graphic cards have instruction sets of their own?
Do graphic cards have instruction sets of their own?
I assume they do, but I have been wondering if it is proprietary or if there is some sort of open standard.
Is every GPU instr …
0
votes
2answers
141 views
JVM instruction set CPU cycles & byte size
The Java Virtual Machine Instruction Set page provides information about mnemonics such as aaload, aastore... etc.
However neither the cpu cycles that these mnemonics would take up …
7
votes
7answers
1k views
How to control which core a process runs on?
I can understand how one can write a program that uses multiple processes or threads: fork() a new process and use IPC, or create multiple threads and use those sorts of communicat …
5
votes
4answers
710 views
where can I find a description of *all* MIPS instructions,
Does anyone know of a web site where I can find a list of 32-bit MIPS instructions/opcodes, with the following features:
Clearly distinguishes between real opcodes and assembly-l …
