From 2c868954684e9e83c8b84ce0747bbb3e928d3143 Mon Sep 17 00:00:00 2001 From: David Siaw Date: Sun, 18 Aug 2019 13:59:29 +0900 Subject: fix up markdown display in doxygen --- doc/opcode.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/opcode.md') 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 +``` -- cgit v1.2.3