summaryrefslogtreecommitdiff
path: root/saa.h
AgeCommit message (Collapse)AuthorFilesLines
2008-10-17SAA: add saa_writeaddr() similar to other locationsH. Peter Anvin1-0/+1
Provide saa_writeaddr() to write an integer in x86 format. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-06-19saa: fix indentationH. Peter Anvin1-19/+19
Apply standard indentation to the SAA code, not sure why it was different...
2008-06-09saa.h doesn't need nasmlib.hH. Peter Anvin1-1/+0
We don't have to include nasmlib.h in saa.h
2008-06-09Move all the SAA code out of nasmlibH. Peter Anvin1-0/+60
Move all the SAA code out of nasmlib; it's not used by anything than nasm itself. Cleaning out the kitchen sink known as nasmlib is a good thing, too.