On Friday 10 October 2008 15:20:45 Andrew Whitworth wrote:
> what PASM opcodes to "<<" and "<<=" produce? are they the same opcodes
> or something different?
> > $ cat x.pir
> > .sub main :main
> >$P0 = new 'Integer'
> >$P0 = 1
> >$P1 = $P0 << 3
This is shl_p_p_i.
> >say $P1
> >
what PASM opcodes to "<<" and "<<=" produce? are they the same opcodes
or something different?
-Andrew Whitworth
On Fri, Oct 10, 2008 at 4:07 PM, Patrick R. Michaud (via RT)
<[EMAIL PROTECTED]> wrote:
> # New Ticket Created by Patrick R. Michaud
> # Please include the string: [perl #59788]
> #
# New Ticket Created by Patrick R. Michaud
# Please include the string: [perl #59788]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=59788 >
The inplace shift left and inplace shift right opcodes
are failing after the mmd b