From 568971676aa7de53b615a8e9d7fae62fda644efe Mon Sep 17 00:00:00 2001 From: Genta Kamitani Date: Mon, 28 Dec 2020 22:02:46 +0900 Subject: [PATCH] :books: doc: fix GFM table format --- doc/spec.md | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/doc/spec.md b/doc/spec.md index 406b484..49c72e9 100644 --- a/doc/spec.md +++ b/doc/spec.md @@ -278,52 +278,30 @@ Each lexer has its own mode. The mode of a lexer is either `A` or `S`. The initi The complete conversion table between instructions and their Watson Representations are as follows: -+-----------+--------------+--------------+ -|Instruction\mode|A |S | -+-----------+--------------+--------------+ + +| insn\mode |A |S | +|-----------|--------------|--------------| |Inew |B |S | -+-----------+--------------+--------------+ |Iinc |u |h | -+-----------+--------------+--------------+ |Ishl |b |a | -+-----------+--------------+--------------+ |Iadd |a |k | -+-----------+--------------+--------------+ |Ineg |A |r | -+-----------+--------------+--------------+ |Isht |e |A | -+-----------+--------------+--------------+ |Itof |i |z | -+-----------+--------------+--------------+ |Itou |' |i | -+-----------+--------------+--------------+ |Finf |q |m | -+-----------+--------------+--------------+ |Fnan |t |b | -+-----------+--------------+--------------+ |Fneg |p |u | -+-----------+--------------+--------------+ |Snew |? |$ | -+-----------+--------------+--------------+ |Sadd |! |- | -+-----------+--------------+--------------+ |Onew |~ |+ | -+-----------+--------------+--------------+ |Oadd |M |g | -+-----------+--------------+--------------+ |Anew |@ |v | -+-----------+--------------+--------------+ |Aadd |s |? | -+-----------+--------------+--------------+ |Bnew |z |^ | -+-----------+--------------+--------------+ |Bneg |o |! | -+-----------+--------------+--------------+ |Nnew |. |y | -+-----------+--------------+--------------+ |Gdup |E |/ | -+-----------+--------------+--------------+ |Gpop |# |e | -+-----------+--------------+--------------+ |Gswp |% |: | -+-----------+--------------+--------------+ +