简体   繁体   English

如何在汇编命令提示符中修复此错误

[英]how to fix this Error in Assembly command Prompt

I've write this code and Debug it in CMD Assembly, Windows 7 X86 bit: 我已经编写了这段代码,并在Windows 7 X86位的CMD Assembly中对其进行了调试:

rax = 53
rbx = 9
rcx = (PROT NUMBER)
n p.com (Write p.com)
w (Execute and write .com save it on my path)
q (quit)

but when I RUN p.com this Error message show's up: 但是当我运行p.com时,显示此错误消息:

Program too big to fit in memory 程序太大,无法容纳在内存中

截图

调试的“ w”命令需要一个地址参数示例:“ w cs:0100”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何修复汇编中的“未处理的异常”错误? - How to fix “Unhandled exception” error in assembly? 在带有Windows 7的命令提示符下运行汇编程序 - Running Assembly programs in command prompt w/ windows 7 如何修复部件x86中的“未解决的外部”错误? - How to fix an 'unresolved external' error in assembly x86? 如何修复汇编中的“错误:行尾有垃圾,第一个无法识别的字符0xe2” - How to fix 'Error: junk at end of line, first unrecognized character 0xe2' in Assembly 如何用汇编语言修复“os.asm:113: error: TIMES value -138 is negative” - How to fix "os.asm:113: error: TIMES value -138 is negative" in assembly language 如何修复nasm装配中斐波那契序列的溢出? - How to fix overflow for fibonacci sequence in nasm assembly? 手臂组装/如何解决白蚁显示问题? - Arm assembly / How to fix Termite display problem? 如何在汇编语言编程中提示用户输入字符串并再次显示它 - How to prompt user for string and display it again in Assembly Language Programming 从命令提示符读取字符并在8086程序集中使用它们作为路径名 - Reading characters from command prompt and using them for path-name in 8086 assembly Raspberry Pi 上的组装会为每个命令提供错误“找不到命令” - Assembly on Raspberry Pi gives the error “command not found” for every command
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM