Jump to content
IGNORED

New Programmer Questions, What software?


Ed Cheek

Recommended Posts

Hello all,

 

I am a new to this forum. I would like to program the 2600 as a hobby. I have been reading posts this morning on how to begin. I am hoping that some of you nice folks can save me some time. I have read about DASM, batari Basic and others. Can someone answer a few questions for me and save me a great deal of time. Maybe this will help others also.

 

What editor assembler software is used most these days? What do you recommend? Please leave a link.

 

I have downloaded Barair Basic and and IDE and will install it today. Any useful links?

 

Any other software that you folks use? I downloaded Stella and I have ordered a Harmony cartridge.

 

I know these questions have been asked before but I ask for your patience and help. I hope to start writing some code today if I can get the software I need in place. Thanks to all of you in advance.

 

Ed Cheek

Link to comment
Share on other sites

Have you been to these two pages yet:

 

batari Basic Commands

 

Visual batari Basic Guide

 

Like you said, Stella is an important thing to have and so is a Harmony cart. Speaking of Stella, check out this post:

 

Keeping Track of the Scanline Count with Stella

 

You can also embed your Atari 2600 games on your own web site for people to play using JAVATARI. If you want people to play your games for free, you can do that. If you want to put ads next to your games, you can do that. If you want to beg for money, you can do that. If you can figure out how to make people pay before playing, you can do that too. It's all up to you.

Link to comment
Share on other sites

Hello all,

 

I am a new to this forum. I would like to program the 2600 as a hobby. I have been reading posts this morning on how to begin. I am hoping that some of you nice folks can save me some time. I have read about DASM, batari Basic and others. Can someone answer a few questions for me and save me a great deal of time. Maybe this will help others also.

 

What editor assembler software is used most these days? What do you recommend? Please leave a link.

 

I have downloaded Barair Basic and and IDE and will install it today. Any useful links?

 

Any other software that you folks use? I downloaded Stella and I have ordered a Harmony cartridge.

 

I know these questions have been asked before but I ask for your patience and help. I hope to start writing some code today if I can get the software I need in place. Thanks to all of you in advance.

 

Ed Cheek

Hi Ed,

Awesome that you have DASM and batari BASIC! Programming the 2600 is incredibly fun :)

 

Other tools you may like are the Abstract Assembly Development Kit and my Assembly tutorial.

 

Follow the links in my signature to read about them and download the software/manuals :)

Link to comment
Share on other sites

Thanks to all who are answering my questions. I will enjoy this. I am using both Linux and Windows 7. I dual boot and use both operating systems. I got Visual Batari Basic to run about an hour ago. I had a few problems that I figured out thanks to all of the information on the forum. Please keep posting any suggestions.

 

I have programmed assembly language in the past for the Commodore 64, Texas Instruments 99-4/A, and some SX programming. It has been a very long time and I didn't do a great deal of it. What I would like to do is find some good code that someone else has written and figure out how the program works and make modifications. Something that has good descriptions. Basically reverse engineer it. I have always learned best that way.

 

I hope to have something to run in a few days. Please keep any suggestions and files coming. I hope to be active and contribute here.

 

Thanks again,

 

Ed

Link to comment
Share on other sites

I have programmed assembly language in the past for the Commodore 64, Texas Instruments 99-4/A, and some SX programming. It has been a very long time and I didn't do a great deal of it. What I would like to do is find some good code that someone else has written and figure out how the program works and make modifications. Something that has good descriptions. Basically reverse engineer it. I have always learned best that way.

 

The assembly on the 64 will help. Check minidig for disassemblies, plus check for posted source code here such as in my blog entries for Medieval Mayhem.

Link to comment
Share on other sites

Thank you Quadrunner for the links. It has the source code for my all time favorite Atari game, Starmaster. What editor / assembler do you use?

It's SpiceWare - Quadrunner's my "rank", your rank is Combat Commando. jEdit (see reply #5 for links). I think most people use dasm, as most available 2600 source was written for it. Some are trying out CA65, though the CA65 discussions are a year+ old so I don't know if their experiments with it have panned out or not.

Link to comment
Share on other sites

My apologies SpiceWare. I did not mean to confuse the username and rank. Thanks again for your sound advice and help. I have gotten started writing my first program. I will enjoy this.

Not a problem, it's a common mistake with new forum members :) Looking forward to seeing what you come up with.
Link to comment
Share on other sites

Some are trying out CA65, though the CA65 discussions are a year+ old so I don't know if their experiments with it have panned out or not.

I'm using CA65 and I'm quite pleased with it. You run into linking trouble (page crossing) sometimes, but that's all the trouble I had so far. I know some coders using ACME, as they came from the C64, where it's used more often.

 

For coding, you should definatly take a look at the Wudsn-IDE, which also runs 2600 code using dasm: http://atariage.com/...in-for-eclipse/

 

Edit: take a look at the links in my signature, as they both cover coding on the 2600.

Edited by SvOlli
  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

I spotted a nice, compact, technical document about the 2600: http://nocash.emubase.de/2k6specs.htm

 

I was going to add a link to that page, but it looks like I already did:

 

randomterrain.com/atari-2600-memories-tutorial-andrew-davie-01.html#useful_links

Link to comment
Share on other sites

Thanks to all who are answering my questions. I will enjoy this. I am using both Linux and Windows 7. I dual boot and use both operating systems. I got Visual Batari Basic to run about an hour ago. I had a few problems that I figured out thanks to all of the information on the forum. Please keep posting any suggestions.

 

I have programmed assembly language in the past for the Commodore 64, Texas Instruments 99-4/A, and some SX programming. It has been a very long time and I didn't do a great deal of it. What I would like to do is find some good code that someone else has written and figure out how the program works and make modifications. Something that has good descriptions. Basically reverse engineer it. I have always learned best that way.

 

I hope to have something to run in a few days. Please keep any suggestions and files coming. I hope to be active and contribute here.

 

Thanks again,

 

Ed

 

I would highly recommend MrSQLs assembly framework. it seems spot on for your experience and tastes. His framework gives you a great template to work off of yet never interferes with the flexibility of assembly.

  • Like 1
Link to comment
Share on other sites

Thank you theloon. I will do that. I appreciate the advice and help.

 

Ed

 

As a side-benefit his framework allows for scrolling playfields bigger than the actual screen. This is a very rare thing in an Atari 2600 game (only seen it in Bolderdash and the Homestar Runner RPG). Your first effort could come off looking like Quake instead of Hello World :P

Link to comment
Share on other sites

I can think of a number of games that scroll a playfield that's bigger than the actual screen. Not counting games with "rooms" (Adventure, Pitfall, etc) I can think of:

I'm sure there's others, those are just the ones I can think of off the top of my head.

Link to comment
Share on other sites

I can think of a number of games that scroll a playfield that's bigger than the actual screen. Not counting games with "rooms" (Adventure, Pitfall, etc) I can think of:

I'm sure there's others, those are just the ones I can think of off the top of my head.

 

I respect your order-of-magnitude breadth of knowledge compared to me. However, none of these games can scroll in all four directions (as Ultima does). Please correct me if I'm wrong.

Link to comment
Share on other sites

I didn't see anything in the topic about all four directions being a requirement. Mountain King and Thrust do. Vanguard scrolls in 3 directions.

 

I was just mentioning it as a stand out feature. If I had this guys level of assembly knowledge I'd rather do something that not many other 2600 games do. If just to impress myself :)

Link to comment
Share on other sites

I was just mentioning it as a stand out feature. If I had this guys level of assembly knowledge I'd rather do something that not many other 2600 games do. If just to impress myself :)

 

Thanks Loon! I'm looking forward to seeing Ed's games :)

 

I didn't see anything in the topic about all four directions being a requirement. Mountain King and Thrust do. Vanguard scrolls in 3 directions.

 

Spice,

the ASDK Assembly Framework is a free tool for developers that was inspired by bAtari BASIC and BoulderDash :)

 

BoulderDash is the only game I've seen on the 2600 that provides a malleable four way scrolling virtual world; the ASDK lets the programmer define the virtual worlds much like bB playfields, as straightforward (WYSIWYG) bitmaps.

 

By providing phantom hardware not present on the 2600 (playfield, virtual world, virtual camera objects and x,y addressable sprites and pixels) the environment for the Assembly developer becomes much closer to that of the C64 :)

Link to comment
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.
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...