On Fri, 20 Sep 2002, Clinton A. Pierce wrote:

> I have a sudden need to do signed 16-bit integer math in PASM.  Any
> suggestions on where to begin?

Does shifting everything left by 16 bits (on 32-bit platforms) to operate
on, then shifting it back to the right to use, work?

/s

Reply via email to