Jump to content
IGNORED

Unresolved Symbol List?


arwanderer

Recommended Posts

Definite n00b here...I have recently been messing around with bAtari Basic and have made a few example/demo programs and even a game that was essentially an elaborate hack of another game.  However, I purchased the book "Programming Games for Atari 2600" by Oscar Toldedo G. and wanted to learn to program using assembly.  I ran into problems immediately when trying to compile the example demo at the beginning of the book.  I resolved some of them since it mostly had to do with how I indented the code, but I'm not sure what to do about the remaining problem.  Forgive my extreme ignorance, I'm wanting to learn and thanks in advance for any advice/solutions as well.

 

 

code.jpg

  • Like 1
Link to comment
Share on other sites

14 minutes ago, splendidnut said:

You need to put a copy of 'vcs.h' in your project folder and use an include statement near the top of your source code:    include 'vcs.h'

 

The vcs.h file is where things like COLUBK, VSYNC, etc. are defined.

Much thanks for the reply.  Before I had a chance to see this and update with a post, another user had PM'd me and said the same thing.  After adding that, the code compiled, and I received a flashing pink screen.

 

There was another issue with my code as well.  I had a "WSYNC" where a "VSYNC" should have been.  After fixing that little mistake, I got a blue screen which is what the "demo" exercise in the book was supposed to do.PSCRN.jpg.09e6d820ce186cdbc104d905226ff61b.jpg

 

Edited by arwanderer
posted by mistake before finishing
Link to comment
Share on other sites

Here is the result of the first demo exercise:

 

Not much, and more easily achieved by using bAtari Basic, but I'm interested in pushing forward with the exercises in this programming book and learning 6502 Assembly.  Currently, I'm using Microsoft's Visual Studio Code with the Atari Dev Studio extension.

BSCRN.jpg

Link to comment
Share on other sites

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