flat assembler
Message board for the users of flat assembler.
Index
> Windows > [solved] Windows 7 command line error |
Author |
|
revolution 18 Apr 2020, 21:51
You need to place fasm.exe in a folder listed in your PATH environment variable.
Or add the folder where fasm.exe is into your PATH environment variable. Or place fasm.exe into your current directory "c:\Program Files\fasmw\EXAMPLES\HELLO" Or explicitly enter the path to fam.exe. "C:\path\to\fasm\fasm.exe hello.asm" |
|||
18 Apr 2020, 21:51 |
|
Bodo 18 Apr 2020, 22:16
Now i am getting this error below:
Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. c:\Program Files\fasmw>fasm c:\Program Files\fasmw\EXAMPLES\HELLO\hello.asm flat assembler version 1.73.23 (1048576 kilobytes memory) error: source file not found. c:\Program Files\fasmw>fasm.exe c:\Program Files\fasmw\EXAMPLES\HELLO\hello.asm flat assembler version 1.73.23 (1048576 kilobytes memory) error: source file not found. Below is the include Statement: c:\Program Files\fasmw\INCLUDE;c:\Program Files\fasmw\EXAMPLES\HELLO Below is the path statement: C:\Program Files (x86)\Nmapc:\Program Files\fasmw I truly appreciate your help. |
|||
18 Apr 2020, 22:16 |
|
revolution 18 Apr 2020, 22:18
You will need quotes around your source file when there is a space:
c:\Program Files\fasmw>fasm "c:\Program Files\fasmw\EXAMPLES\HELLO\hello.asm" Otherwise it is seen as two parameters: 1: c:\Program 2: Files\fasmw\EXAMPLES\HELLO\hello.asm |
|||
18 Apr 2020, 22:18 |
|
Bodo 18 Apr 2020, 22:34
That worked! Thank you so much.
|
|||
18 Apr 2020, 22:34 |
|
DimonSoft 19 Apr 2020, 07:32
revolution wrote: You need to place fasm.exe in a folder listed in your PATH environment variable. Or just stop using command line and switch to FASMW until you get familiar enough with FASM itself. Returning to it later, after learning the basic ideas of paths and stuff with your own programs, makes the question get magically answered. |
|||
19 Apr 2020, 07:32 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.