IBM zDay is September 15.
Date Correction
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 ...
Standard Entry and Exit VideoStandard Entry and Exit Video
How do we get in and out of a program? I call it my standard entry and exit code, but ...
Writing Reentrant Assembler CodeWriting Reentrant Assembler Code
Some programs run so often we take special efforts to make sure that only one copy of the program needs ...