Along the years, the computing industry came up with many elegant languages but among them, what other attempts to “abstracting assembler” are out there?
More information on this can be found at https://9p.io/sys/doc/asm.html (for Plan 9 and Inferno) and https://go.dev/doc/asm (for Go).
Lisp/scheme are different paradigms, but are they even “abstractions over assembly”? D is closer to C, but does it really abstract from assembly in a better way, or in just the same? FASM is heavy macroed self-building assembler, but is it an abstraction or just a codegen toolkit? The question seems like too broad.