bm
bm copied to clipboard
Simple compiler ecosystem
This generator should be reusable between `Basm` and `Bang`
introduced in #425
Basically try to `basm`, `debasm` and `basm` back the test cases and see if they end up producing the same executable. That's the main premise of `debasm`, it should always...
introduced in #344
on big-endian architectures, the expected output should be `abcdefgh`, not `hgfedcba`.