srkkov

Results 3 comments of srkkov

So sorry! What about this? ```cpp module main; fn int main() { int x; asm { movl x, &x; } return 0; } ``` ``` ⚠️ The compiler encountered an...

- [ ] Need to validate high-byte registers #2462 - [ ] Need to validate registers in addresses #2463

I'm pretty sure `--linker=custom` doesn't work. Regardless, mingw support is rough but you can do it. Firstly, those linker errors are from undefined symbols for msvc stuff, you must add...