There isn't a lower-level code than Assembly.
There is, it's called machine code
Machine code is direct binary CPU instructions. Assembly is said binary instructions assigned a human friendly mnemonic.
There's little reason to code directly in machine code when assembly is basically the same thing but more readable, so that may be debatable, but eh.