On Apr 20, 2004, at 3:06 PM, Leopold Toetsch wrote:
hyper Px += 4 # add 4 to each column in data base
How does this look in pasm? Is it supposed to be:
hyper add P0, 4
Exactly that.
If it's the former, it seems really odd to have an op which modifies the meaning of the next op. It seems confusing, for an assembly syntax.
I want to avoid opcode explosion. Having hyper ops of all math, bitwise, logical, and string opcodes with all operand permutatations would blow opcode count and codesize up to insanity.
Or is the op going to be "hyper", with "add" passed to it as a parameter?:
hyper P0, 4, .add # or something
I can imagine the the final ops look something like this.
Just a bit confused about the syntax....
The syntax isn't layed out yet.
JEff
leo