英文: How to load a variable's address into a register using assembly? (arm64 linux kernel code) 问...
使用汇编语言来确定当前存在哪种类型的 CPU。
英文: How to use assembly to tell which kind of cpu is present 问题 所以由于我正在学习汇编,不同的CPU类型使用不同的特性或寄存器,有没有办...
中断 10h 0x4F05 在汇编中:为什么操作失败?
英文: Interrupt 10h 0x4F05 in assembly: Why does the operation fail? 问题 mov ax, 0x4F05 xor bh, bh mov ...
问题与在NASM汇编中将数字输出到DOS控制台有关。
英文: Problem with number output to DOS console in NASM Assembler 问题 程序中的问题在于将x和y的默认值设置为了错误的数据类型。在这段汇编...
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...
How can I change this code from taking in numbers divisible by 4 to numbers divisible by 3? Assembly for mircoprocessors
英文: How can I change this code from taking in numbers divisible by 4 to numbers divisible by 3? Asse...
Motorola 68k: 将数字转换为ASCII
英文: Motorola 68k: Convert number to ascii 问题 我想将无符号数字转换为68k汇编中的ASCII字符串。 我可以处理范围在字范围内的内容: move.w #12...
ALP program to display characters in between two horizontal lines of 50 pixels long in different colors in the middle of PAGE-2 of a graphics display
英文: ALP program to display characters in between two horizontal lines of 50 pixels long in different...
18