Skip to content

Commit

Permalink
modify code format
Browse files Browse the repository at this point in the history
  • Loading branch information
takenobu-hs committed Jan 28, 2015
1 parent 0506718 commit 2607935
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -171,19 +171,19 @@ Quick tour
insert following lines:

[Language/Pck/Cpu/Instruction.hs] ... internal representation on the cpu
```haskell
~~~haskell
| NEG GReg GReg
```
~~~

[Language/Pck/Cpu/Execution.hs] ... internal behavior on the cpu
```haskell
~~~haskell
evalStep (NEG ra rb) = uniopInst (*(-1)) ra rb
```
~~~

[Language/Pck/Tool/Assembler.hs] ... assembler format
```haskell
~~~haskell
<|> inst2 NEG "neg" greg greg
```
~~~



Expand Down

0 comments on commit 2607935

Please sign in to comment.