英文: Memory addressing in x86 assembly language 问题 I have the following code that multiplies num1 and...
如何在8086汇编语言中捕获定时器中断
英文: how do I catch the timer interrupt in 8086 assembly language 问题 我使用TASM和DOSBox来解决一个问题。我必须捕获定时器中断...
为什么跨缓存行边界的原子存储编译为普通的MOV存储指令?
英文: Why atomic store on variable that cross cache-line boundaries compiles to normal MOV store instr...
运行 32 位 Linux(Ubuntu)应用程序在 64 位上。
英文: Running 32bit linux (ubuntu) application on 64bit 问题 我正在尝试在Ubuntu 22.04 64位上运行在Ubuntu 18.04 32位上...
中断 10h 0x4F05 在汇编中:为什么操作失败?
英文: Interrupt 10h 0x4F05 in assembly: Why does the operation fail? 问题 mov ax, 0x4F05 xor bh, bh mov ...
x86代码读取输入并存入本地变量中?
英文: x86 code to read in input into a local variable? 问题 我是新来的,对x86汇编不太熟悉,已经阅读了这篇帖子,讨论了在NASM x86中使用sc...
如何在x86汇编中编写一个操作数,它是从一个N位内存位置加载的512位向量。
英文: How to write an operand that is a 512-bit vector loaded from a N-bit memory location in x86 Asse...
`_mm256_zeroall()` 无法初始化寄存器变量。
英文: `_mm256_zeroall()` can't initialize register variables 问题 我想将所有的YMM寄存器都清零,如下所示:= #include &l...
INT 0x29(29h,41)在Windows x86-64上是什么?
英文: What is INT 0x29 (29h, 41) on Windows x86-64? 问题 这段x86-64汇编代码的功能是什么?中断41是什么? 英文: What does this ...
“error: invalid combination of opcode and operands”, 当比较 “解引用” 地址时
英文: "error: invalid combination of opcode and operands", when comparing "dereferenced...
7