简体   繁体   中英

how to fix this Error in Assembly command Prompt

I've write this code and Debug it in CMD Assembly, Windows 7 X86 bit:

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:

Program too big to fit in memory

截图

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM