Jump to content
wallaby

Using the score display for debugging?

Recommended Posts

I'm trying to use the score display to show values of bytes, but I'm having trouble.

 

Something like this:

 

 

 

dec a = 0 + b
score = b

 

 

Fails with an error.

 

 

 

dec a = 0 + b
score = 0
score = score + a

 

 

This compiles, but the value is incorrect.

 

 

What I'm trying to do is display the value of 'b': 0-255

 

I think the score has special processing for it handle multiple digits though, so instead of all that messing around, is there an easier way to easily see the value of 'b'? Maybe in the Stella debugger?

 

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