x86
Assembly What are *ALL* possible arithmetic possibilities in brackets? [duplicate]
This question already has answers here: Referencing the contents of a memory location. (x86 addressing modes)[详细]
2023-04-12 11:18 分类:问答Infinite loop after program termination
So this program was for an assignment. The due date passed and I turned in what I had and got a good grade, but this bug has been bothering me. It\'s not technically an a开发者_开发百科ssignment anymo[详细]
2023-04-11 06:49 分类:问答SSE instructions: which CPUs can do atomic 16B memory operations?
Consider a single memory access (a single read or a single write, not read+write) SSE instruction on an x86 CPU. The instruction is accessing 16 bytes (128 bits) of memory and the accessed memory loca[详细]
2023-04-11 03:05 分类:问答Why does integer overflow on x86 with GCC cause an infinite loop?
The following code goes into an infinite loop on GCC: #include <iostream> using namespace std; int main(){[详细]
2023-04-11 02:54 分类:问答Multidimensional array x86
I know how to do this in C++ but in x86 I can not seem anywhere to declare say a 4x4 array. I am just looking for an example to get me starte开发者_开发百科d.Assembly language doesn\'t have the concep[详细]
2023-04-10 12:36 分类:问答Difference between x86, x32, and x64 architectures?
Please explain the differe开发者_运维问答nce between x86, x32 and x64? Its a bit confusing when it comes to x86 and x32 because most of the time 32-bit programs run on x86... Hans and DarkDust answer[详细]
2023-04-10 12:22 分类:问答"call 0x80482f0 <puts@plt>"? Just need clarification of one line of code in a 'hello world' program in x86 assembly
\"call0x80482f0 <puts@plt>\"?Just need help with one line of code in a \'hello world\' program in x86 assembly.[详细]
2023-04-10 05:23 分类:问答Does MASM change instructions behind your back?
I was surprised by the following when reading the HLA faq: MASM has a nasty habit of changing instructions 开发者_开发知识库behind your[详细]
2023-04-10 02:32 分类:问答Alternatives to NOP for shellcode nop sleds
Does anyone know of any online source that provides instruction alternatives to a NOP opcode ? Like \'xchg ax, ax\' and the likes. I\'m pretty sure that there is also a tool for it开发者_StackOverflo[详细]
2023-04-10 01:13 分类:问答16 bit asm instruction set
What set of instructions is used in COM files? I assumed it was 8086, but it开发者_运维知识库 seems that I was wrong. In a 8086 manual I found, shl can only accept 1 or cl for its second argument, whi[详细]
2023-04-09 23:52 分类:问答