Skip to content

Commit

Permalink
Document asm
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd authored Nov 30, 2020
1 parent 6029e5b commit 46d42ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Cross Platform Rust Repl

**:bench** => run `cargo bench`

**:asm** *\<function\>* => shows assembly of the specified function, note that the function needs to be public (requires [cargo-asm](https://github.com/gnzlbg/cargo-asm))

**::** => run a shell command, example `::ls`

You can use arrow keys to cycle through commands history
Expand Down

0 comments on commit 46d42ec

Please sign in to comment.