blob: e9db1cf5f95a163ce2298765a36ee80dc0679aca (
plain) (
blame)
1
2
3
4
5
|
Asmc is a slow-burning attempt of making a functional programming
language out of assembly. It supports AVX-512 instructions (Masm v14)
but the Version macro is currently set to v10. The assembler is
written in assembly and is open source under the GNU General Public
License. It runs on Windows and Linux.
|