Author Topic: Nasm version  (Read 2561 times)

Offline raven_lee

  • New Member
  • Posts: 1
Nasm version
« on: December 05, 2022, 04:26:03 PM »
Is there somewhere we can find a stripped down first version of nasm that can be compiled and built? without all the extra stuff for other platforms?
« Last Edit: December 05, 2022, 04:42:32 PM by raven_lee »

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: Nasm version
« Reply #1 on: December 05, 2022, 06:28:13 PM »
https://nasm.us in the downloads section is what's available. "first" version? I dunno.

Best,
Frank


Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: Nasm version
« Reply #2 on: December 05, 2022, 09:15:47 PM »
Hi again raven,

Not finding the versions I expected there.
Try here:

listing.txt - Ibiblio
http://www.ibiblio.org › pub › files › repositories › latest

My advice would be not to mess with early versions, but get a new version and just use the features you want. But I don't know exactly what you have in mind. It might be possible to get recent source code and write a "special" makefile to compile just what you want?

Best,
Frank

Well that URL isn't what I intended! Sorry.
First version I remember using was 0.94. Try searching for nasm-0.94.zip or so. Early versions were buggy as shift... I strongly suggest later versions if you can!


« Last Edit: December 05, 2022, 09:24:15 PM by Frank Kotler »

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: Nasm version
« Reply #3 on: December 06, 2022, 03:49:20 AM »
This may have 0.91

https://sourceforge.net/projects/nasm/files/nasm%20sources/

Let me put this as a question, raven. What are you really trying to do here? If you are concerned with the size of the executable, okay. Otherwise... Nasm won't give you features you don't ask for.

I really don't think you want these old versions... if possible...

Best,
Frank


Offline Marina598

  • Jr. Member
  • *
  • Posts: 2
Re: Nasm version
« Reply #4 on: December 26, 2022, 08:57:07 AM »
NASM can output several binary formats, including COFF, OMF, a. out, Executable and Linkable Format (ELF), Mach-O and binary file on. BK Link Training
« Last Edit: December 27, 2022, 04:09:06 AM by Marina598 »

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: Nasm version
« Reply #5 on: December 26, 2022, 09:33:17 AM »
Yes, Marina598,
(if you're for real)

Code: [Select]
nasm -hf
For a complete list.

Best,
Frank