diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-11-24 10:58:34 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-11-24 15:48:06 +0900 |
commit | a7c5a1bd7669aa9169c48fe60ee5371fc3732fbf (patch) | |
tree | bc00a913e2d2fc58cfc40571adf169d25e54d18f /sample/toyvm.cpp | |
parent | 1bfbd8c4dca678049a45364f689ce0b3aac83ac1 (diff) | |
download | xbyak-a7c5a1bd7669aa9169c48fe60ee5371fc3732fbf.tar.gz xbyak-a7c5a1bd7669aa9169c48fe60ee5371fc3732fbf.zip |
use English
Diffstat (limited to 'sample/toyvm.cpp')
-rw-r--r-- | sample/toyvm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/toyvm.cpp b/sample/toyvm.cpp index 0d97fa6..dff0cb7 100644 --- a/sample/toyvm.cpp +++ b/sample/toyvm.cpp @@ -5,8 +5,8 @@ mem_ 4byte x 65536 - すべての命令は4byte固定 - 即値は全て16bit + all instructions are fixed at 4 bytes. + all immediate values are 16-bit. R = A or B vldiR, imm ; R = imm |