0 Members and 8 Guests are viewing this topic.
Well I didn't find it that rude, and its nice to see some criticism for a change, I was getting worried There are a few technical considerations because its not as simple as a number substitution since the labels aren't actually well defined until the end of the first pass, so its a little more difficult. That also means the "label values" start using up the available space for label names (there is a 150 name limit for labels). Secondly, just getting the value of the label is not very useful unless you can actually jump or call to that address. I'd like to see you propose an intuitive syntax for that since I can't think of a good one off the top of my head. Lastly, it allows for arbitrary execution of assembly code which is against the rules of the contest if that's what you were planning to use it for.
not sure if this is a relatively simple command, but could we have a Prompt/Input function? just like in BASIC, you have the user enter a number and it's stored to a program-specified variable.
Pt-On(X,Y,FlipH(Pic1))
Copy(FlipH(L1),L1,8)
is the following code valid?Code: [Select]Copy(FlipH(L1),L1,8)