英文: RISCV Li instruction 问题 In RISCV汇编中,"li"是一个伪指令。您提供的指令: li t2, 0x1800 csrc mstatus, t2 ...
Getting errors while trying to output a string and set background color using TASM and DOSBox.
英文: Getting errors while trying to output a string and set background color using TASM and DOSBox 问题...
汇编手写函数比GCC编译的函数慢。
英文: Assembly handwritten function slower than GCC compiled function 问题 I decide to create a string-l...
为什么我的打印函数不打印我的字符串?
英文: Why my print function doesn't print my string? 问题 我刚刚开始创建我的第一个操作系统,我想从一个非常简单的引导加载程序开始,基本上只是打...
在汇编语言中如何显示总和?
英文: How can I display total sum in assembly language? 问题 以下是您的代码的翻译部分: org 100h section .data roll_n...
如何使用AVX-512实现向量化的“exp”和“log”基数2函数。
英文: How to implement vectorize "exp" and "log" base-2 functions using AVX-512 问题...
Assembly函数和被跳转的标签;是否需要8字节对齐?
英文: Assembly functions and labels that are jumped to; is 8-BYTE alignment necessary or not? 问题 In as...
将RGB格式的文件读入RISCV(32位)汇编中的缓冲区。
英文: Reading an RGB formatted file into a buffer in RISCV (32-bit) assembly 问题 I'm trying to read the...
“array or what is this?” 可以翻译为 “数组或者这是什么?”
英文: array or what is this? 问题 "我遇到了一行类似于"LOCAL Path[1000]:BYTE"的代码。\n\n据我理解,它在栈上为一个本地...
机器在启动自己的操作系统时重新启动。
英文: The machine restarts when it starts its own OS 问题 I am developing my OS from scratch on C. I hav...
18