gpt4 book ai didi

TASM 找不到 .asm 文件错误 : **Fatal** Command line: Can't locate file: filename. asm

转载 作者:行者123 更新时间:2023-12-01 00:53:09 27 4
gpt4 key购买 nike

问题:当我运行 @ 命令提示符 >tasm HelloWorld.asm 顺便说一句,我在输入文件名 HelloWorld.asm 时使用 TAB,所以没有错字.我收到这个致命的命令行错误:

Turbo Assembler Version 4.1 Copyright (c) 1988, 1996 Borland International

Assembling file: HelloWorld.asm
Fatal Command line: Can't locate file: HelloWorld.asm
Error messages: 1
Warning messages: None
Passes: 1
Remaining memory: 452k

这是我的HelloWorld.asm:

.model small
.stack 100h

.data
;variablename type value or default initialization
dexter db "Hello World"

.code
start:

mov ax, @data
mov ds, ax

mov ah, 09h
mov dx, offeset dexter
int 21h

mov ah, 4ch
int 21h

end start

请求您的帮助以了解为什么我会收到此错误?

最佳答案

我遇到了类似的问题,发现保持名称少于 6-7 个字符会有所帮助!

关于TASM 找不到 .asm 文件错误 : **Fatal** Command line: Can't locate file: filename. asm,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28423939/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com