On Wed, Feb 07, 2018 at 08:10:20PM +0100, Marcos Cruz wrote: > En/Je/On 2018-02-07 13:02, J. David Boyd escribió / skribis / wrote : > > > Is there an easier way to do this? > > The zero should be replaced with `s>d`.
0 is correct for 0-extending (what is probably desired here), S>D would be correct for sign-extending. - anton