Development Blog

Recent Posts

What’s New in M68k LLVM (May 2023)

It has been a minute1 since the last update on our Open Collective and Patreon campaigns. So I thought it’s a good idea to have a slightly more formal write-...

The tale of -mrtd in GCC and Clang

Recently I’ve been working on an issue about supporting the RTD instruction in m68k LLVM backend (well, it turned out to be not directly related to the instr...

Encoding Variable-Length Instructions in LLVM

One of the most important jobs for an assembler is encoding assembly instructions – potentially in a textual form – into their corresponding binary code, nam...