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 ...
IBM Z Day 18 October 2023IBM Z Day 18 October 2023
Register here for IBM Z Day. It’s a free online conference where you are sure to find something of interest. ...
Review an Instruction: MFYReview an Instruction: MFY
It’s been a few weeks since I’ve posted. Life intervenes occasionally. This post is for a Multiply (Fullword) instruction which ...

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