Newsgroups: comp.os.msdos.djgpp From: "Arthur Bredrick" Subject: And another question... Lines: 11 Message-ID: Date: Wed, 1 Oct 1997 02:09:04 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In the same keyboard int handler I mentioned in my last post, the directive .align 4 is used throughout the assembly. I think I understand the purpose of alignment, but what are the advantages to using it? Why is it used. Does it help speed? And why is there the need to repeat the same alignment directive throughout the code when the same value is fed to it each time (in this case .align 4)? Thanks again. Art