In x86/x64, there are 2 major syntax branches for Assemblers, the GAS and the Intel syntax. However, most assemblers contain high-level features.
LoadLibrary("msvcrt") is a high-level feature.
If we integrate too many high-level features into the Assembler it may become a compiler, though. That is nice but there are so many compilers out there, why another one?