Jump to content
IGNORED

Newbie Atari 2600 programmer. please help!


mehguy

Recommended Posts

Ok, so I tried making an play field and I tried setting the colors. When I tried running it, it says "Syntax error" and the error seems to the be the colors.

 

This is what I have so far.

 

 

playfield:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
................................
................................
................................
................................
................................
................................
................................
................................
................................
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
end
COLUBK = $20
COLUPF = 212
drawscreen

goto drawscreen

Link to comment
Share on other sites

Drawscreen is a command. That goto is trying to use it like a label.

 

This general area is more for assembly programmers. Try the batari basic section to get more people to view yer questions :)

 

Ok thank you. Could one of the mods move this over to the basic section?

 

EDIT: I almost forgot, I use the "goto drawscreen" because the...

 

loop

drawscreen

goto loop

 

doesn't work.

Edited by mehguy
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...