exercism / x86-64-assembly

Exercism exercises in x86-64 Assembly.
https://exercism.org/tracks/x86-64-assembly
MIT License
22 stars 18 forks source link

Remove Windows specific code #6

Closed bergjohan closed 5 years ago

bergjohan commented 5 years ago

Mingw-w64, Cygwin and MSYS2 are using the Microsoft x64 calling convention, which means we will only support WSL.