enc
Dave Hein
Posts: 6,347
The name "enc" is a reserved word in the Prop tool. If I try to use it the Prop tool complains that I need to define a unique name. If I use it in a DAT section the Prop tool will highlight it as if it is a PASM opcode. In fact, it treats it as an opcode. The following program generates an instruction value of $18FC0240.
I am guessing that it was intended to work like the >| operation, but there is a problem with it. I can't find a reference to it in the Prop manual. Are there any other undocumented instructions like this?
Dave
pub dummy dat org 0 enc temp1,#4 temp1 long 0I believe enc is supposed to work like the Spin encode operator ">|". Has anybody tried this on the Prop? Does it work?
I am guessing that it was intended to work like the >| operation, but there is a problem with it. I can't find a reference to it in the Prop manual. Are there any other undocumented instructions like this?
Dave
Comments