英文: Kernel message not displaying in custom OS: Bootloader or Kernel issue? 问题 我正在构建一个操作系统,并遇到一个问题,即...
我无法在QEMU模拟器中执行我的引导加载程序文件。
英文: I cannot execute my bootloader file in qemu emulator 问题 抱歉,以下是您要翻译的内容: org 0x7c00 section .text ...
当我运行以下汇编代码时,为什么没有输出?
英文: Why am I not getting output when I run the following assembly 问题 我需要使用x86 64位英特尔处理器。 section .te...
如何保留我触摸的登记?
英文: How to preserve the register I touch? 问题 这个任务是“创建一个HLA汇编语言程序,提示用户输入三个整数。创建并调用一个函数,该函数返回DX中最小的参数值...
x86是否有与Arm FCVTNS(标量)等效的功能?
英文: Does x86 have equivalent of Arm FCVTNS (scalar)? 问题 Arm有FCVTNS(标量)指令,它是(重点在于): 浮点数转换为有符号整数,四舍五入到...
如何从PHP中使用shell_exec执行program_linux_i386
英文: How to shell_exec program_linux_i386 from PHP 问题 我下载了(mdldec_linux_amd64)和(mdldec_linux_i386),并将...
数据字符串位于这个反汇编中的哪里?
英文: Where is the data string located in this disassembly? 问题 I am going through the OS-dev book by N...
如何使用内联汇编将字符串从源复制到目标?
英文: How can I copy a string from a source to destination using in line assembly? 问题 我是您的中文翻译,以下是代码的翻...
尝试理解AlphaDev的新排序算法:为什么我的汇编代码不按预期工作?
英文: Trying to understand the new sorting algorithm from AlphaDev: why does my assembly code not work...
需要解释这段汇编代码。
英文: Explanation needed for this assembler code 问题 以下是代码的翻译: 这是C代码: void test_function(int a, int b, ...