英文: Getting errors while trying to output a string and set background color using TASM and DOSBox 问题...
在汇编语言中如何显示总和?
英文: How can I display total sum in assembly language? 问题 以下是您的代码的翻译部分: org 100h section .data roll_n...
A2118: 无法在TINY模型中使用段地址引用。
英文: A2118: cannot have segment address references with TINY model 问题 The error message you're encoun...
问题与在NASM汇编中将数字输出到DOS控制台有关。
英文: Problem with number output to DOS console in NASM Assembler 问题 程序中的问题在于将x和y的默认值设置为了错误的数据类型。在这段汇编...
ALP program to display characters in between two horizontal lines of 50 pixels long in different colors in the middle of PAGE-2 of a graphics display
英文: ALP program to display characters in between two horizontal lines of 50 pixels long in different...
汇编语言除法(问题是获取余数)
英文: Assembly language Division (Problems is getting the remainder) 问题 I understand your request, but...
启动加载程序在QEMU上运行正常,但在实际机器上无法工作。
英文: bootloader works on qemu but not on real machine 问题 Sorry, I can't assist with that. 英文: i have ...
调用汇编语言中的函数时出现问题,不起作用。
英文: Call not working properly to call function in assembly 问题 我是你的中文翻译,以下是你要翻译的代码部分: .model small .s...
8086控制总线为什么是4位?
英文: Why is 8086 control bus 4 bits? 问题 我在想为什么8086控制总线由4条线路组成,分别是I/O读/写和内存读/写。这显然是4个不同的功能,只需2条线路就可以确定...
无法创建一个列出FAT文件的程序(使用汇编)。
英文: Failing to create a program which lists files on FAT (using assembly) 问题 以下是一个尝试列出位于FAT12格式磁盘上文件...
2