ostep-typos icon indicating copy to clipboard operation
ostep-typos copied to clipboard

loop.s in ostep-homework/thread-locks/README.md

Open gurugio opened this issue 3 years ago • 0 comments

'jgte .top' command of the loop.s needs to be replaced with 'jgt .top'.

jgte command loops when dx is 0 and exits the loops when dx is -1.

gurugio avatar Mar 03 '21 21:03 gurugio