diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-10-30 11:00:18 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-10-30 11:00:18 +0900 |
commit | 057f09c5bf7b4c767729c4c8e75e8cd2724ddddf (patch) | |
tree | 9f123c290aeafe9fd1653e4106e3db8d34e23fc5 /doc | |
parent | 57a0c1935a6d1c043e7e411933c1dcf9d1a59fe7 (diff) | |
download | xbyak-057f09c5bf7b4c767729c4c8e75e8cd2724ddddf.tar.gz xbyak-057f09c5bf7b4c767729c4c8e75e8cd2724ddddf.zip |
rename T_NF to T_nf
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage.md b/doc/usage.md index fc22591..cfaafc0 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -136,7 +136,7 @@ vpdpbusd(xm0, xm1, xm2); // VEX encoding e.g. - `add(r20, r21, r23)`; - `add(r20, ptr[rax + rcx * 8 + 0x1234], r23);` -- `add(r20|T_NF, r21, r23)`; // set EVEX.NF = 1 +- `add(r20|T_nf, r21, r23)`; // set EVEX.NF = 1 ## Label Two kinds of Label are supported. (String literal and Label class). |