meta

Results 3 issues of meta

It seems like `ld.lld` will accept armeb input files, but proceeds to handle the relocations in little-endian (?) and silently produces invalid encodings for branches: ```console $ clang --target=armebv5te-none-eabi -mcpu=arm926ej-s...

lld:ELF

Adds support for MOVDIRI instructions, and a feature flag for the associated "Direct Store" extension (in recent Intel microarchitectures). This extension also includes the `MOVDIR64B` instruction, but I decided not...

Support passing arguments to `powerpc-{gekko,eabi}-as` with the `--asflags` command-line option. Currently have it so that instances of `--asflags` with `gecko build` will override settings in a configuration file. Mainly looking...