NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: Asfand353 on September 16, 2013, 09:54:09 PM

Title: NASM and afd debugger on MacBook Pro x64
Post by: Asfand353 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!
Title: Re: NASM and afd debugger on MacBook Pro x64
Post by: Frank Kotler 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