英文: GDB: File not found/required file not found 问题 我知道这个话题已经被问过,但我已经按照每个人的步骤进行了尝试,但似乎都不起作用。 我目前正在尝试理...
如何使用用户输入创建一个范围在0-100之间的包含8个元素的数组?
英文: How Do I Use User Input To Make An Array Of 8 With Ranges 0-100? 问题 需要在LC3中制作一个冒泡排序程序,该程序接受用户输入(...
8086汇编 – 一个简单的递归(数字前缀)回调问题
英文: 8086 Assembly - A simple recursion (number prefix) call-back problem 问题 你好,Assembly社区! 我目前是一名工程学...
如何在使用 YASM 汇编时更改 64 位 Linux 终端颜色?
英文: How can I change the terminal color in 64-bit Linux when using YASM assembly? 问题 section .data r...
内存写入在发送x86中断后是否可见?
英文: Will memory write be visible after sending an IPI on x86? 问题 我已经阅读了《Intel 64 和 IA-32 架构 SDM vol ...
如何修复我的汇编语言凯撒密码实现,以便读取多位数字密钥?
英文: How can I fix my Caesar Cipher implementation in assembly language to read multi-digit keys? 问题 ...
我的emu8086矩阵乘法代码为什么没有输出预期结果?
英文: Why does my emu8086 code for matrix multiplication not print the expected result? 问题 这段代码看起来是一个汇...
如何查看 Ziglang 程序的汇编输出?
英文: How do I look at the assembly output of a Ziglang program? 问题 Zig版本 0.11.0-dev.3299+34865d693 问题...
8086汇编中的中点椭圆算法
英文: Midpoint ellipse algorithm in 8086 Assembly 问题 我正在尝试使用8086汇编在VGA(320x200)模式下实现椭圆绘制算法,但对于较大的半径,形状...
Why does the opcode for MOV from a segment register not have its low bit set? It's not 8-bit operand-size, so the W bit should be set
英文: Why does the opcode for MOV from a segment register not have its low bit set? It's not 8-bit...
18