Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: masr
  • Order by date
  1. masr

    arithmetic operations

    a = 0xfff10100(32 bit)-negative b = 0x90001234(32 bit) - negative x = 0x1234(16 bit) The basic expression is (a*x)+b a*x*2 result is fffeef063400 - but only the upper 32 bit result is used so fffeef06 + 90001234 = ffff8ffdf040 result + b I do this like this set prod[expr {((1 << 1) *...

Part and Inventory Search

Back
Top