diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-04-28 21:31:48 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-04-28 21:37:06 +0900 |
| commit | 6666b4fa621a197bf15be11df0e1eb29b8588143 (patch) | |
| tree | 9f466a1ef659a7c062049842a2a8055bebf375d2 /doc/opcode.md | |
| parent | cb55e7eca9b6e6bda7c238c4eec0984798ac11e9 (diff) | |
| download | mruby-6666b4fa621a197bf15be11df0e1eb29b8588143.tar.gz mruby-6666b4fa621a197bf15be11df0e1eb29b8588143.zip | |
doc/opcode.md: stop reversed link syntax check from markdownlint.
Diffstat (limited to 'doc/opcode.md')
| -rw-r--r-- | doc/opcode.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/opcode.md b/doc/opcode.md index aca3a0827..3ad09919c 100644 --- a/doc/opcode.md +++ b/doc/opcode.md @@ -101,9 +101,9 @@ sign) of operands. | OP_ARYCAT | B | ary_cat(R(a),R(a+1)) | | OP_ARYPUSH | B | ary_push(R(a),R(a+1)) | | OP_ARYDUP | B | R(a) = ary_dup(R(a)) | -| OP_AREF | BBB | R(a) = R(b)[c] | <!-- markdownlint-disable --> -| OP_ASET | BBB | R(a)[c] = R(b) | <!-- markdownlint-disable --> -| OP_APOST | BBB | *R(a),R(a+1)..R(a+c) = R(a)[b..] | <!-- markdownlint-disable --> +| OP_AREF | BBB | R(a) = R(b)[c] | +| OP_ASET | BBB | R(a)[c] = R(b) | +| OP_APOST | BBB | *R(a),R(a+1)..R(a+c) = R(a)[b..] | | OP_INTERN | B | R(a) = intern(R(a)) | | OP_STRING | BB | R(a) = str_dup(Lit(b)) | | OP_STRING16 | BS | R(a) = str_dup(Lit(b)) | |
