Simon Cozens wrote: > > Steve Fink: > > EVENTUAL CURRENT > > set I0, P0[7] get_keyed I0, P0, 7 > > set P0[7], I0 set_keyed P0, 7, I0 > > set P0[0], P1[1] not possible > > set I0, P0[P1] not possible -- I'm not even sure what this will do > > set P1, P0[7] get_keyed P1, P0, 7 (requires the recently committed patch) > > set P0[7], P1 set_keyed P0, 7, P1 (requires the recently committed patch) > > Bizarre. I'm sure I wrote an assembler which had this working. I wonder > what happened to it.
Funny thing, Simon. I'm looking at something that purports to handle this right now... =) -- Jeff <[EMAIL PROTECTED]>