documented w2
This commit is contained in:
parent
2930ebb406
commit
9359e081db
1 changed files with 6 additions and 1 deletions
|
@ -188,6 +188,7 @@ The general form of an expression is:
|
||||||
| 'offset' '(' patarg ')'
|
| 'offset' '(' patarg ')'
|
||||||
| patarg
|
| patarg
|
||||||
| 'p'
|
| 'p'
|
||||||
|
| 'w2'
|
||||||
| 'w'
|
| 'w'
|
||||||
| INTEGER
|
| INTEGER
|
||||||
;
|
;
|
||||||
|
@ -221,7 +222,11 @@ The
|
||||||
.I w
|
.I w
|
||||||
and
|
and
|
||||||
.I p
|
.I p
|
||||||
refer to the word size and pointer size (in bytes) respectively. The
|
refer to the word size and pointer size (in bytes) respectively.
|
||||||
|
The
|
||||||
|
.I w2
|
||||||
|
refers to twice the word size.
|
||||||
|
The
|
||||||
various function test for:
|
various function test for:
|
||||||
.IP sfit 10
|
.IP sfit 10
|
||||||
the first argument fits as a signed value of
|
the first argument fits as a signed value of
|
||||||
|
|
Loading…
Reference in a new issue