Jump to content
IGNORED

Coding and testing Atari BASIC on Mac


Recommended Posts

Hi all! 

 

My current setup is using VS Code for ASM, then using mads compiler to compile to an xex file, then Atari800MacX to open the resulting xex file. The setup I have works for assembler, but is there anything I can do for FOURTH or BASIC to run? Or would I to need to compile to an xex somehow?  

Link to comment
Share on other sites

If the emu supports H: device where files are directly accessed rather than using disk image then it should be possible.

In the case you mention though you'd want to deal with text files and LIST / ENTER them in Basic.

And for this to function well it's desirable to have the ASCII / ATASCII translation available - emus like Atari800Win+ use devices H5:... H8: for this.

But that said you can stil encounter problems with the likes of graphics characters - they're unique to the Atari and use codes which are usually just control codes for stuff like linefeed, carriage return etc which we do by other means.

  • Like 1
Link to comment
Share on other sites

What @Rybags said, and...

 

You have several choices -- all of which are covered by tools developed by @dmsc -- for not having to deal with line numbers, and for other BASIC cross-paltform development benefits.

 

TBXL-Parser covers Turbo-BASIC XL and Atari BASIC.

 

FastBASIC is his newly created BASIC language for the Ataris.

 

I have language highlighter files for Turbo-BASIC XL (which also covers Atari BASIC), for several different editors (Crimson Edit, ConTEXT, and Notepad++). I currently use Notepad++; because it can be configured with its command-line Exec tool to parse the files (to a desired location) and highlight errors within the source, using a single keystroke.

 

[Edit] I forgot, Crimson Edit, ConTEXT, and Notepad++ are all Windows only apps. So, you'll need another route for your editor; but, TBXL / Atari BASIC Parser and FastBASIC are both available for the Macintosh.

 

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...