英文: INT 13h cannot read beyond specific sector 问题 这是加载磁盘扇区到内存的操作系统内核函数的代码部分。你提到函数无法读取第19扇区,并且检查了AH寄存...
Kernel message not displaying in custom OS: Bootloader or Kernel issue?
英文: 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中最小的参数值...
在中断服务程序(ISR)中是否可能在不返回到调用代码的情况下退出?
英文: Is it possible to exit from an ISR without returning to the calling code? 问题 我正在尝试在汇编语言中创建一个中断服务...
为什么这段NES 6502汇编代码在移动到一个有作用域的过程中不起作用?
英文: Why this NES 6502 assembly code doesn´t work when moved to a scoped proc? 问题 I have a snipp...
为什么(V)SHUFPS不在英特尔的常数时间指令列表中?
英文: Why is (V)SHUFPS not in Intel's constant time instruction list? 问题 今年早些时候,Intel发布了一份列表,列出了一些...
如何在反汇编代码中扩展一个函数?
英文: How to extend a function in dissembled code? 问题 如何在IDA(PRO 7.5 SP3)中扩展函数的代码?我想在反汇编代码中添加一些新指令到现有函...
堆栈和数组在汇编8086中
英文: Stack and array in assembly 8086 问题 data segment S db 20 dup('$') T db 'true$' F db 'false$' A d...