Articles

October 18, 2016

Semi-hosting on ARM with Rust

If a technology is in use for two decades and still has no Wikipedia entry, it seems safe to call it "a bit obscure". Semi-hosting is such a technology and can be a great help in debugging [ … ]

October 10, 2016

Exploring ARM inline assembly in Rust

Inline assembly in modern languages is easily forgotten in day-to-day programming. Excellent compilers produce code that is equivalent or better than what most programmers can [ … ]