summaryrefslogtreecommitdiff
path: root/test/pcrel.asm
Commit message (Collapse)AuthorAgeFilesLines
* test/pcrel.asm: make test output a bit easier to understandH. Peter Anvin2017-02-201-3/+5
| | | | | | Make the output of the test a bit easier to pick apart. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* Support self-relative expressions in offsets and immediatesH. Peter Anvin2017-02-201-0/+50
Handle, hopefully correctly, self-relative expressions (that is, expressions of the form X - Y where Y is a symbol in the current segment, possibly $ or $$) used as offsets or immediates, as opposed to arguments to Dx statements (which have already been supported for a while.) Signed-off-by: H. Peter Anvin <hpa@zytor.com>