Émile Grégoire

26 Followers
37 Following
8 Posts
Software Engineer working in the SCADA and DER industry. I like Rust, C++, emulation, and music.
For Christmas, my partner and her sister made me a backgammon doubling cube with paintings of my birds and I think it's perfect 🥰

For more details on 8086 microcode, see my blog post: https://www.righto.com/2022/11/how-8086-processors-microcode-engine.html

(I think I totally mangled the threading here, so congratulations if you made it to the end.)

How the 8086 processor's microcode engine works

The 8086 microprocessor was a groundbreaking processor introduced by Intel in 1978. It led to the x86 architecture that still dominates de...

Here's a historical blog post about binding Rust up the stack beyond C by alumni @emgre :

https://stepfunc.io/blog/bindings/

We use this binding generator to create JARs, nugets, and even idiomatic C++ bindings:

https://crates.io/crates/oo-bindgen

Binding Rust to other languages safely and productively

Our technology stack for binding Rust to C and OO languages

Step Function I/O