Skip to content
Commit e75cfa9f authored by Jens Remus's avatar Jens Remus
Browse files

s390: Document syntax to omit base register operand



Document the s390-specific assembler syntax introduced by commit
aacf780b ("s390: Allow to explicitly omit base register operand in
assembly") to omit the base register operand B in D(X,B) and D(L,B) by
coding D(X,) and D(L,).

While at it document the alternative syntax to omit the index register
operand X in D(X,B) by coding D(,B) instead of D(B).

gas/
	* doc/c-s390.texi (s390 Operands): Document syntax to omit base
	register operand.

Fixes: aacf780b ("s390: Allow to explicitly omit base register operand in assembly")
Signed-off-by: default avatarJens Remus <jremus@linux.ibm.com>
parent b6900dc7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment