bm
bm copied to clipboard
Simple compiler ecosystem
introduced in #274
```console $ bang -t basm rule110.bang ``` The output should be identical to ```console $ bang -t bm rule110.bang $ debasm rule110.bm > rule110.basm ```
[WriteFile](https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-writefile) function needs fifth argument that it takes from the stack, according to Microsoft x64 calling convention. Previously it was always null. After changes in #395 it started to take...
Derived from https://github.com/tsoding/bm/pull/423#issuecomment-855263317