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 that's a separate issue.
--
                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to