As far as I can tell, SDL 1 and 2 do not have assembly bindings at all. I’m pretty sure that you can call SDL from assembly though as this person did so:
Calling SDL from assembly on Windows
Edit:
Maybe this will help as well:
SDL 2 Hello World NASM ALINK Win32 API