Skip to content

Commit

Permalink
issue #7: updated a document.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kray-G committed Nov 1, 2019
1 parent 2602f72 commit 470503e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/technical.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ The above example code is compiled as below.
> Don't care about a big label number and a difference label between the graph and the assemble code.
As you see, I also added the code to output the dot.
Note that the values from 1 to 8 is mapped to the values from 0 to 7
because it subtract the minimum value, which is 1.
![BinarySearch](images/switch-case3.png)
Expand Down Expand Up @@ -254,7 +256,7 @@ I may try the improvement for this, if I have time.

## Calling convention between Microsoft x64 and System V

This is only for Windows, and not for Linux.
This is only for Windows, and not necessary for Linux.
Basically, the differences between conventions are below.

| | Arg(1) | Arg(2) | Arg(3) | Arg(4) | Arg(5) | Arg(6) | ... and more |
Expand Down

0 comments on commit 470503e

Please sign in to comment.