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
IBM Champion for ZIBM Champion for Z
I was honored to be renewed in 2023 as an IBM Champion for Z. It is an honor I take ...
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 ...
Review an Instruction: LTGR (IBM Assembler)Review an Instruction: LTGR (IBM Assembler)
We are loaded with Load instructions on IBM machines. Load and Test Grande Register is a useful instruction to keep ...

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