Author Topic: SASM extern import  (Read 5008 times)

Offline piershaw

  • New Member
  • Posts: 1
SASM extern import
« 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

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: SASM extern import
« Reply #1 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