A place for everything, and everything in its place. In assembler, that means that the things we define require proper alignment. This short paper discusses alignment for code and data, and how to get it.
Review an Idea: Alignment
Categories:
2 thoughts on “Review an Idea: Alignment”
Leave a ReplyCancel reply
Related Posts
Video: Visual Depiction of Eleven Load OperationsVideo: Visual Depiction of Eleven Load Operations
Here is a video discussion of the eleven load operations that were given a visual depiction last week. If you ...
Review an Instruction: LG (IBM Assembler)Review an Instruction: LG (IBM Assembler)
Go large, go Grande. There’s no end to the ways to load a register. Do you remember what type of ...
Date CorrectionDate Correction
IBM zDay is September 15. ...

For clarity, data definitions and alignment statements are ‘compiler directives’, not (machine) ‘instructions’.
Good catch! I updated the article to reflect your suggestion.