NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: piershaw on June 24, 2018, 12:49:30 AM

Title: SASM extern import
Post by: piershaw on June 24, 2018, 12:49:30 AM
Does anyone  know how I can use extern and import in SASM I have my program working in VS Code but I like the debugger in SASM and MASM has a ton of good ides and NASM is what I want to use
Title: Re: SASM extern import
Post by: Frank Kotler on June 24, 2018, 01:46:27 AM
Hi piershaw,
Welcome to the Forum.
I'm not familiar with SASM. What happens when you try it? What does the documentation say?

In Nasm, "extern" ought to work. "import" is specific to the "-f obj" output format (which you probably don't want to use). What happens if you just leave it out?

Sorry I can't help you more.

Best,
Frank