rust/compiler
Matthias Krüger 552b564df0
Rollup merge of #93219 - cr1901:msp430-asm-squashed, r=Amanieu
Add preliminary support for inline assembly for msp430.

The `llvm_asm` macro was removed recently, and the MSP430 backend relies on inline assembly to build useful embedded apps. I conveniently "found" time to implement basic support for the new inline `asm` macro syntax with the help of `@Amanieu` :D.

In addition to tests in the compiler, I have tested this locally against deployed MSP430 code and have not found any noticeable differences in firmware operation or `objdump` disassemblies between the old `llvm_asm` and the new `asm` syntax.
2022-01-23 20:13:04 +01:00
..
2022-01-19 13:58:29 +01:00
2022-01-20 14:50:35 +01:00
2022-01-22 10:38:34 +11:00
2022-01-19 13:44:43 -06:00