You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
_arch/aarch64 ASM: Remove use of .equ 2 years ago
bsp Fix even more typos s/write:fmt/write_fmt/ 2 years ago
cpu Use a virtual manifest starting tutorial 12 2 years ago
exception Use a virtual manifest starting tutorial 12 2 years ago
memory Use a virtual manifest starting tutorial 12 2 years ago
bsp.rs Use a virtual manifest starting tutorial 12 2 years ago
console.rs Use a virtual manifest starting tutorial 12 2 years ago
cpu.rs Use a virtual manifest starting tutorial 12 2 years ago
driver.rs Use a virtual manifest starting tutorial 12 2 years ago
exception.rs Use a virtual manifest starting tutorial 12 2 years ago
lib.rs Various minor fixes 2 years ago
main.rs Various minor fixes 2 years ago
memory.rs Use a virtual manifest starting tutorial 12 2 years ago
panic_wait.rs Use a virtual manifest starting tutorial 12 2 years ago
print.rs Use a virtual manifest starting tutorial 12 2 years ago
state.rs Use a virtual manifest starting tutorial 12 2 years ago
synchronization.rs Use a virtual manifest starting tutorial 12 2 years ago
time.rs Use a virtual manifest starting tutorial 12 2 years ago