英文: INT 13h cannot read beyond specific sector 问题 这是加载磁盘扇区到内存的操作系统内核函数的代码部分。你提到函数无法读取第19扇区,并且检查了AH寄存...
在中断服务程序(ISR)中是否可能在不返回到调用代码的情况下退出?
英文: Is it possible to exit from an ISR without returning to the calling code? 问题 我正在尝试在汇编语言中创建一个中断服务...
Stack Initialization Problem in Real Mode: 如何正确初始化堆栈?
英文: Stack Initialization Problem in Real Mode: How to Properly Initialize the stack? 问题 我正在用x86汇编语言编...
将ASCII数字数组转换为x86 16位汇编中的二进制数字
英文: convert an array of ascii numbers in binary numbers assembly x86 16-bit 问题 我想将数组'VECTOR'中存储的所有AS...
Allocate and initialize a vector of 20 elements in the range [20-200]. Calculate and print the average of elements divisible by 3
英文: Allocate and initialize a vector of 20 elements in the range [20-200]. Calculate and print the a...
ASSEMBLY 8086 EXERCISE UNIVERSITY 汇编 8086 练习 大学
英文: ASSEMBLY 8086 EXERCISE UNIVERSITY 问题 有人能否为Intel 8086处理器的汇编程序开发一个过程,该过程从数据段中读取一个整数向量,并用数据段中定义的VAL...
如何将一幅256色位图图像转换为DB格式?
英文: How can I convert a 256-color bitmap image to DB format? 问题 I'm looking for a way to convert a 2...
8086汇编 – 一个简单的递归(数字前缀)回调问题
英文: 8086 Assembly - A simple recursion (number prefix) call-back problem 问题 你好,Assembly社区! 我目前是一名工程学...
我的emu8086矩阵乘法代码为什么没有输出预期结果?
英文: Why does my emu8086 code for matrix multiplication not print the expected result? 问题 这段代码看起来是一个汇...
8086汇编中的中点椭圆算法
英文: Midpoint ellipse algorithm in 8086 Assembly 问题 我正在尝试使用8086汇编在VGA(320x200)模式下实现椭圆绘制算法,但对于较大的半径,形状...