Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix markdown formatting #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions threads-locks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ now also incremented.
There are a few more instructions you'll need to know, so let's get to them
now. Here is a code snippet of a loop:

```
```sh
.main
.top
sub $1,%dx
test $0,%dx
jgte .top
halt
```sh
```

A few things have been introduced here. First is the `test` instruction.
This instruction takes two arguments and compares them; it then sets implicit
Expand Down