+atari2600land Posted June 22, 2006 Share Posted June 22, 2006 Under TIA registers, NUSIZ0, NUSIZ1 it says this: $x0 one copy of player and missile $x1 two close copies of player and missile $x2 two medium copies of player and missile $x3 three close copies of player and missile $x4 two wide copies of player and missile $x5 double-sized player $x6 three medium copies of player and missile $x7 quad-sized player But when I try to compile something like that it won't work, but if I put a 0 in place of that x, it works. What the heck is going on? Quote Link to comment https://forums.atariage.com/topic/89569-possible-error-in-help-file/ Share on other sites More sharing options...
MausBoy Posted June 22, 2006 Share Posted June 22, 2006 The x is just a placeholder, like a variable, meaning it can contain any value shown; the author split the explanations up into 1st digit options and 2nd digit options, replacing the one NOT being discussed in each part with an 'x', that dosn't mean you can use an x in your program, it just means "x is whatever number you choose from the other part of this explanation." Sorry, I'm not good at explaining things in short easy to understand sentences. Quote Link to comment https://forums.atariage.com/topic/89569-possible-error-in-help-file/#findComment-1088141 Share on other sites More sharing options...
+atari2600land Posted June 22, 2006 Author Share Posted June 22, 2006 The x is just a placeholder, like a variable, meaning it can contain any value shown; the author split the explanations up into 1st digit options and 2nd digit options, replacing the one NOT being discussed in each part with an 'x', that dosn't mean you can use an x in your program, it just means "x is whatever number you choose from the other part of this explanation." Sorry, I'm not good at explaining things in short easy to understand sentences. Well, I understood that. Thanks for clearing that up. Quote Link to comment https://forums.atariage.com/topic/89569-possible-error-in-help-file/#findComment-1088172 Share on other sites More sharing options...
Recommended Posts
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.