2 Commits (f6190f85b7e1907d06cc79aa6c6b9afa45cae891)

Author SHA1 Message Date
Andre Richter f6190f85b7
ASM: Remove use of .equ
The LLVM assembler apparently causes the .equ directive to create symbols
instead of just a local and temporary variable.

Work around this by using const operands with global_asm!.
2 years ago
Andre Richter 067589b0cf
Add tutorial 17 2 years ago