Author Topic: NASM and afd debugger on MacBook Pro x64  (Read 7545 times)

Offline Asfand353

  • New Member
  • Posts: 1
NASM and afd debugger on MacBook Pro x64
« on: September 16, 2013, 09:54:09 PM »
Guys,help me, I just switched to Mac from windows and am studying Assembly Language,how do I setup Nasm and afd debugger to work and use asm files that contain my code.?????? HELP...THANKS IN ADVANCE!

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: NASM and afd debugger on MacBook Pro x64
« Reply #1 on: September 17, 2013, 04:49:42 PM »
I'm not familiar with the afd debugger. What I can find appears to refer to a 16-bit tool. Unless there's a newer version, it isn't going to run on Mac, except in DosBox or something similar.

As for Nasm itself, what happens if you download the source and do "configure" and "make install"? Sorry to be so vague, but I've never run a Mac. Anything you can learn and post to help others will be appreciated.

Best,
Frank