Skip to content

Commit

Permalink
📚 doc: fix GFM table format
Browse files Browse the repository at this point in the history
  • Loading branch information
genkami committed Dec 28, 2020
1 parent 03ad0cc commit 5689716
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions doc/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |% |: |
+-----------+--------------+--------------+

0 comments on commit 5689716

Please sign in to comment.