diff options
| author | David Siaw <[email protected]> | 2019-08-18 13:59:29 +0900 |
|---|---|---|
| committer | David Siaw <[email protected]> | 2019-08-18 13:59:29 +0900 |
| commit | 2c868954684e9e83c8b84ce0747bbb3e928d3143 (patch) | |
| tree | d12dbaa8c77fb607a49471d9b781b7befd77fd58 /doc/opcode.md | |
| parent | 8d70a9b1b547e6ae4dffe4e604a614fc6d5a1fb4 (diff) | |
| download | mruby-2c868954684e9e83c8b84ce0747bbb3e928d3143.tar.gz mruby-2c868954684e9e83c8b84ce0747bbb3e928d3143.zip | |
fix up markdown display in doxygen
Diffstat (limited to 'doc/opcode.md')
| -rw-r--r-- | doc/opcode.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/opcode.md b/doc/opcode.md index eab82a26f..3487f9afb 100644 --- a/doc/opcode.md +++ b/doc/opcode.md @@ -31,6 +31,7 @@ with `"`, either `OP_EXT1` or `OP_EXT2` or `OP_EXT2` can be prefixed. ## table.1 Instruction Table +``` |Instruction Name |Operand type |Semantics |-----------------|-------------|----------------- |OP_NOP | - | @@ -125,3 +126,4 @@ with `"`, either `OP_EXT1` or `OP_EXT2` or `OP_EXT2` can be prefixed. |OP_EXT2 |- |make 2nd operand 16bit |OP_EXT3 |- |make 1st and 2nd operands 16bit |OP_STOP |- |stop VM +``` |
