The MASM Forum Archive 2004 to 2012

Specialised Projects => Assembler/Compiler Technology => Topic started by: Farabi on January 14, 2010, 03:33:17 AM

Title: Set Up JWasm for linux?
Post by: Farabi on January 14, 2010, 03:33:17 AM
Hi all, I know this is a stupid question.
I need to know which JWAsm I should download since the linux version is an .exe and dont know how to use it on slax. And also, is there any complete include file for creating a Graphical Application? (GUI, OpenGL etc.)
Title: Re: Set Up JWasm for linux?
Post by: TmX on January 14, 2010, 04:03:50 AM
Hi Farabi,

Pick the JWasm202bl.zip   (the Linux binary).
Unzip it, then you can find JWASM. That's the assembler.

You need to give it a permission (chmod 777) so you can execute it.

(http://i45.tinypic.com/fa21bq.jpg)

Title: Re: Set Up JWasm for linux?
Post by: Farabi on January 14, 2010, 05:11:53 AM
Hi TMX
I did but where? I only found the exe.
Title: Re: Set Up JWasm for linux?
Post by: Farabi on January 14, 2010, 05:13:58 AM
Oh sorry I got it.
I though it was a exe one, but it has no extension.
Title: Re: Set Up JWasm for linux?
Post by: TmX on January 14, 2010, 05:29:21 AM
Yeah Linux executables are usually extension-less.

BTW, if you want to buid GUI programs, try this:
JWASM Linux gtk Example (32bit) (http://www.masm32.com/board/index.php?PHPSESSID=f0988b31c77299dc43934e85e5eae7a4&topic=12624.0)
Title: Re: Set Up JWasm for linux?
Post by: jcfuller on January 14, 2010, 01:11:07 PM
Quote from: TmX on January 14, 2010, 05:29:21 AM
Yeah Linux executables are usually extension-less.

BTW, if you want to buid GUI programs, try this:
JWASM Linux gtk Example (32bit) (http://www.masm32.com/board/index.php?PHPSESSID=f0988b31c77299dc43934e85e5eae7a4&topic=12624.0)

I think that example is part of the distribution?

James