diff --git a/exercises/concept/basics/.docs/introduction.md b/exercises/concept/basics/.docs/introduction.md index dcf10a51..c6cfcf19 100644 --- a/exercises/concept/basics/.docs/introduction.md +++ b/exercises/concept/basics/.docs/introduction.md @@ -1,5 +1,3 @@ -## basics - x86-64 assembly is a low-level language. In assembly there are no variables, instead we use registers to store values. Some registers have a special purpose such as returning a value from a function, or passing function arguments. To