Dan Sugalski <[EMAIL PROTECTED]> wrote:
> IMCC bus errors (at least on OS X) when presented with the construct:
> set $P0[$I1], Params[$I1]
That's an unimplemented multi-keyed operation.
leo
At 12:27 PM 12/30/2003 -0500, Dan Sugalski wrote:
IMCC bus errors (at least on OS X) when presented with the construct:
set $P0[$I1], Params[$I1]
This little test program triggers it for me:
.sub _MAIN prototyped
.local Array Foo
.local Array Bar
set Foo[1], Bar[1]
.end
IMCC also does
IMCC bus errors (at least on OS X) when presented with the construct:
set $P0[$I1], Params[$I1]
This little test program triggers it for me:
.sub _MAIN prototyped
.local Array Foo
.local Array Bar
set Foo[1], Bar[1]
.end
IMCC also doesn't like the construct:
Foo[1] = Bar[1]
but th