Site Map   |   Contact Us


Home
SHARE in Boston

Assembler Language as a Higher Level Language, Part 1: Conditional Assembly and Macro Concepts

Thursday, August 5, 2010: 3:00 PM-4:00 PM
Room 202 (Hynes Convention Center)
Speaker: John R. Ehrman (IBM Corporation)
Handouts
  • hla2mth.pdf (748.7 kB)
  • hla2mtf.pdf (296.3 kB)
  • One of the most powerful features of the Assembler Language is its ability to control how sets of statements are created and assembled. This capability, known as conditional assembly, uses two distinct languages, an outer and an inner language. The outer language controls which elements of the more familiar "inner" or "base" language are to be generated and assembled. The most popular and widely used form of the conditional assembly language is in macro instructions, which can be used to encapsulate common coding sequences for enhanced reusability, readability, and reliability.
    <p>
    Part 1 of this tutorial presentation clarifies these concepts by providing an overview and examples of the outer conditional assembly language, and shows how you can use it to tailor and parameterize Assembler Language applications for maximum flexibility and maintainability.
    <p>
    Then we will introduce the basic concepts of macro instructions, showing how they can be used to improve the maintainability and readability of Assembler Language applications. Topics include variable symbols, expression evaluation, argument and parameter association, macro nesting (including recursion), functions, macro debugging techniques, and examples of simple macros.

    Tracks: Applications Programming, Architecture, Assembler Intermediate, Development Support, z/OS Systems Programming, z/VM Systems Programming and zNextGen
    Share |




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