News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

GoAsm starting

Started by pascaldelphinet, May 13, 2020, 07:32:36 AM

Previous topic - Next topic

pascaldelphinet

Hello,
I am starting with GoAsm and I am trying to compile an example Bonjour.asm
C: \ ASM \ GoAsm \ Bonjour>goAsm.exe Bonjour.asm
And I have an error
GoAsm.Exe Version 0.61.0.1 - Copyright Jeremy Gordon 2001-2017 - JG@JGnet.co.uk
Error!
Could not open assemble source file (Bonjour.asm)
OBJ file not made [/ I]
While if I type the command "TYPE Bonjour.asm" it works, I see the source on my screen.
Anyone have an idea or a tutorial on installing GoAsm?
---
Under WINDOWS 10 x64

felipe

I think you should write something like this:
GoAsm /fo Bonjour.obj Bonjour

I don't use goasm but that's what i found in the web page of the goasm manual . If you are going to use it, then have a look at it:
http://www.godevtool.com/GoasmFrame.htm  :icon_idea:

wjr

You have GoAsm running, so it looks like you have installed it OK and adjusted PATH to allow it to run from the command prompt. That should have worked, it does for me here on Windows 7 and 10. No ideas, other than perhaps you were only in C:\ASM\GoAsm running that command, in which case Bonjour.asm would not be found giving that error, so this would be needed instead:


C:\ASM\GoAsm>GoAsm.exe C:\ASM\GoAsm\Bonjour\Bonjour.asm

pascaldelphinet

Thank you for your answers. I have already tested your comments and I have of course read the documentation.
But it still doesn't work.
I don't understand why.
If you know another modern EDI for x32 and x64 I am interested

pascaldelphinet

I found a solution :
I launch GoAsm and GoLink in Windows 7 compatible mode
And now it works
Mystery

C:\ASM\GoAsm\Bonjour>Bonjour.exe
Bonjour le monde 2020 ! (from GoAsm)


Thanks for your help.

felipe

Quote from: pascaldelphinet on May 13, 2020, 07:36:58 PM
If you know another modern EDI for x32 and x64 I am interested

I suppose you were talking about an IDE  :azn:


wjr

Good to know, thanks. Was there a similar issue with GoLink too? Once I finish putting together my new system running Windows 10 I shall see if I can better track down this mysterious incompatibility...