summaryrefslogtreecommitdiff
path: root/saa.h
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin2009-06-281-0/+33
| | | | | | | | | | Add copyright headers to the *.c/*.h files in the main directory. For files where I'm sure enough that we have all the approvals, I have given them the 2-BSD license, the others have been given the "LGPL for now" license header. Most of them can probably be changed after auditing. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* SAA: add saa_writeaddr() similar to other locationsH. Peter Anvin2008-10-171-0/+1
| | | | | | Provide saa_writeaddr() to write an integer in x86 format. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* saa: fix indentationH. Peter Anvin2008-06-191-19/+19
| | | | | Apply standard indentation to the SAA code, not sure why it was different...
* saa.h doesn't need nasmlib.hH. Peter Anvin2008-06-091-1/+0
| | | | We don't have to include nasmlib.h in saa.h
* Move all the SAA code out of nasmlibH. Peter Anvin2008-06-091-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.