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 SkipVought 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: *

  1. scripthelp0

    What does this assembly lang script do?help?

    !BITPATTERN = 0xAB01CDFF .global main main: save %sp, -96, %sp set BITPATTERN, %l0 clr %l1 ! checkpoint 1 sll %l0, 24, %l2 add %l2, %l1, %l1 ! checkpoint 2 srl %l0, 8, %l2 sll %l2, 24, %l2 srl %l2, 8, %l2 add %l2, %l1, %l1 ! checkpoint 3 srl %l0, 16, %l2 sll %l2, 24, %l2 srl...

Part and Inventory Search

Back
Top