aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2021-12-14 12:22:56 +0900
committerMITSUNARI Shigeo <[email protected]>2021-12-14 12:22:56 +0900
commit1abfc3465f597af17ddb8153d45d6bf0d91572b3 (patch)
tree7d53baa61a9a7df9f5d76331587d2d5cd3628c04 /readme.md
parentfb158f9014282936ad2819919f266d3e09f61425 (diff)
downloadxbyak-1abfc3465f597af17ddb8153d45d6bf0d91572b3.tar.gz
xbyak-1abfc3465f597af17ddb8153d45d6bf0d91572b3.zip
support call(mem, T_FAR)
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 8a7f0a3..c4d8871 100644
--- a/readme.md
+++ b/readme.md
@@ -347,6 +347,7 @@ jmp(word[eax], T_FAR); // jmp m16:16(FF /5)
jmp(dword[rax], T_FAR); // jmp m16:32(FF /5)
jmp(qword[rax], T_FAR); // jmp m16:64(REX.W FF /5)
```
+The same applies to `call`.
## Code size
The default max code size is 4096 bytes.