wallaby #1 Posted September 7, 2016 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? Quote Share this post Link to post Share on other sites
+Random Terrain #2 Posted September 7, 2016 Have you looked at this: randomterrain.com/atari-2600-memories-batari-basic-commands.html#testvariables Quote Share this post Link to post Share on other sites
wallaby #3 Posted September 7, 2016 That's perfect, thanks! Quote Share this post Link to post Share on other sites