Skip to content

Commit

Permalink
Fix spacing in pseudo-instructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sshine committed Jan 21, 2023
1 parent 752338d commit ef7658f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/src/pseudo-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Execution cycle count: 4.

```
// _ b a
swap 1 // _ a b
swap1 // _ a b
push -1 // _ a b -1
mul // _ a -b
add // _ a-b
Expand Down Expand Up @@ -59,7 +59,7 @@ Execution cycle count: 3.
```
// _ a
push 2 // _ a 2
swap 1 // _ 2 a
swap1 // _ 2 a
div // _ a/2 a%2
```

0 comments on commit ef7658f

Please sign in to comment.