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
Marist ECC Conference – Free Online June 7-9Marist ECC Conference – Free Online June 7-9
Marist College sponsors one of my favorite mainframe conferences each year called the Enterprise Computing Conference. This year it is ...
Instruction of the Day: UNPKInstruction of the Day: UNPK
Learn a new instruction today. Here’s a link to a short video that covers UNPK, the mainframe instruction that converts ...
Some Advice from an Old GuySome Advice from an Old Guy
Here is a video I made about the importance of “green cards”. Like all advice, it’s worth about what you ...

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