The ability to load an address in assembler is a powerful tool. Working with an object from a distance (Load Address) rather than directly (Load) gives us the power of pointers and opens up the possibility of creating data structures. LA, an RX instruction, was the traditional instruction for working with addresses. LAY, an RXY-a instruction, offers some advantages over LA that you should consider. Read about the differences in these instructions here.
Why you should be using LAY
Categories:
Related Posts
Structured Assembler Macros: ELSEIFStructured Assembler Macros: ELSEIF
The IF macro can be paired with an ELSEIF companion macro to build a simple case statement. In the code ...
Two Great Assembler TextsTwo Great Assembler Texts
My all-time favorite IBM mainframe assembler text is Peter Abel’s Programming Assembler Language: IBM 370 series architecture and assembly language. ...
IBM zDay, September 15IBM zDay, September 15
IBM zDay is coming soon, September 15. It’s a chance to catch 150 IBM zSystems experts for free! Register at >>> ...
