New comment by r-ricci on void-packages repository https://github.com/void-linux/void-packages/pull/37940#issuecomment-1187010450 Comment: About the assemblers for x86*: [`asmc`](https://github.com/nidud/asmc) is licenses under the GPL-2.0 and is self-hosted, so it may be more difficult to package if we want to bootstrap using a previously packaged version. [`uasm`](http://www.terraspace.co.uk/uasm.html), an actively maintained fork of `jwasm`, is written in C and licensed under the [Watcom-1.0](https://en.wikipedia.org/wiki/Sybase_Open_Watcom_Public_License). I don't know if it must go in the nonfree repository. Should I use one of these or just compile without assembly?