<div dir="ltr">Hi Tim,<div><br></div><div>    I&#39;m simulating bitblt code and have a situation where</div><div><br></div><div><div>(cmShiftTable at: 0) = 4294967280</div><div>(cmShiftTable at: 0) hex &#39;16rFFFFFFF0&#39;</div>
<div><br></div><div>Clearly this should be -4.</div><div><br></div><div>This breaks simulation because</div><div>        (sourcePixel bitAnd: (cmMaskTable at: 0)) bitShift: (cmShiftTable at: 0)<br></div><div>is trying to make a 4Gb LargePositiveInteger ;-).</div>
<div><br></div><div>How can we make it so?</div>-- <br>best,<div>Eliot</div>
</div></div>