Site Map   |   Contact Us


Home
SHARE in Anaheim

8542: Assembler University 202: Floating-Point Assembly: Don't Let Your Precision Float Away!

Tuesday, March 1, 2011: 9:30 AM-10:30 AM
Room 205A (Anaheim Convention Center)
Speaker: Mohammed I. Saifullah (EMC Corporation)
Handouts
  • FloatingPointNumbers.pdf (197.5 kB)
  • FloatingPointAssemblyPPT.pdf (524.2 kB)
  • One of the powerful concepts of Assembler Language is to adapt to changing data types and its ability to process all types of numerical data. For the numbers that are too large or too small to be effectively represented by integers, the mainframe utilizes Floating-Point arithmetic. Its advantage is the fact that a large range of values can be calculated without losing precision. The instructions of Floating-Point arithmetic can be used to perform calculations on operands having a wide range of magnitudes. These instructions obtain results scaled to preserve precision. As this data type is becoming popular it is important to learn and utilize this concept. (Since some time, IBM is providing SMF data in FP representation.)

     

    At the end of this presentation participants will have a good understanding of the basic Floating-Point concepts including different types of Floating-Point numbers, as well as the FP support instructions and the hexadecimal FP instructions. Participants will be able to use Assembler Language to work on SMF and other commercial and scientific data.

    Tracks: Application Technologies and Architectures, Applications Programming, Software Architecture and zNextGen
    Share |




    See more of Project: Assembler Language
    See more of Program: Application Architecture Development