Jump to content
Larry

Assembler without line numbers?

Recommended Posts

I have a pretty large asm source file for the Atari that has no line numbers. Is there an assembler for the Atari that either accepts this type of source file or (better) one that will accpt this type file and adds line numbers as it reads the file?

Thanks,

Larry

Share this post


Link to post
Share on other sites
I have a pretty large asm source file for the Atari that has no line numbers. Is there an assembler for the Atari that either accepts this type of source file or (better) one that will accpt this type file and adds line numbers as it reads the file?

Thanks,

Larry

 

I use AMAC myself, it's a copy of it (I removed the protection) at : http://games.nmi.no/atari/a8util.htm

 

search for amac and download

 

Good luck

Share this post


Link to post
Share on other sites

Do you really use an assembler on Atari?

I really recommend trying a cross-assembler like X-asm, or (even better) MADS.

They both use 'normal' structure (no line numbers).

Share this post


Link to post
Share on other sites

Mac-65 lets you.

 

ENTER #<filespec>,A

 

will enter the program and generate the line numbers for you.

Share this post


Link to post
Share on other sites
Do you really use an assembler on Atari?

I really recommend trying a cross-assembler like X-asm, or (even better) MADS.

They both use 'normal' structure (no line numbers).

 

I do, I am not too fond of emulators either, but they do have a purpose I guess. If not for emulators, I don't think there would be easy to get a lot of the software we now can have.

 

What do you use to get the files to real Atari? Do you make ATR files or what?

 

Take Atarian care

Share this post


Link to post
Share on other sites

depends... with sio2pc devices i tend to kopie ATRs directly on my flash drive to mount on atari. as i am using MADS assembler plus XBOOT (turns atari .xex files into ATRs) i am turning my sources into .xex and ATRs... but when something is finished for release i tend to use .xex as people might copy the file directly on large ATRs or on real 5,25 discs in a compilation.

Share this post


Link to post
Share on other sites
Mac-65 lets you.

 

ENTER #<filespec>,A

 

will enter the program and generate the line numbers for you.

 

Thanks, everyone, for the suggestions.

 

I have Mac-65 (but have used it a little, as you can probably tell!). But the above worked perfectly, as Rybags states.

Had no clue the M65 could do that. When in doubt, get out the manual, I guess!

 

-Larry

Share this post


Link to post
Share on other sites
I have a pretty large asm source file for the Atari that has no line numbers. Is there an assembler for the Atari that either accepts this type of source file or (better) one that will accpt this type file and adds line numbers as it reads the file?

Thanks,

Larry

 

If you also use a PC desktop or laptop w/parallel port, you can also try the following which has an Atari assembler built-in and let's you "cross-execute" your compilation:

 

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewI...em=320210137649

 

It uses labels instead of line numbers.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...