NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: Fixer on December 04, 2012, 11:49:53 PM

Title: Version to run under Linux ?
Post by: Fixer on December 04, 2012, 11:49:53 PM
Is there a version that works in Linux Mint ?

Thanks.
Title: Re: Version to run under Linux ?
Post by: Gunner on December 05, 2012, 12:14:18 AM
Open the Software Manager and type in NASM in the search box, hit return, when the list is filled, double click on nasm, then click the button that says install.

You can also install it with the Package Manager, in the quick filter edit control, type in nasm, hit enter and click the box next to nasm, select choose for installation, then the apply check mark at the top...

Or from the terminal - sudo apt-get install nasm.
Title: Re: Version to run under Linux ?
Post by: Fixer on December 05, 2012, 01:35:46 PM
Thanks Gunner.

Andy
Title: Re: Version to run under Linux ?
Post by: Gunner on December 06, 2012, 02:27:38 AM
Damn Andy, it is hard to keep track of you with all your nicks :-)
Title: Re: Version to run under Linux ?
Post by: Frank Kotler on December 06, 2012, 02:31:28 AM
Oh, it's Andy Kennedy. Hi Andy! Good to see you trying Nasm...

Best,
Frank

Title: Re: Version to run under Linux ?
Post by: Fixer on December 06, 2012, 08:13:35 PM
Good to hear from you Frank.

I still have some of the 16 bit code you helped me with and still use some of it.

I found out that Linux Mint can't write to a pendrive with their live version.

The pendrive is only 4 Gb so I can't do a full install on it.

Andy