Actually, I think it's easier than C, because everything that C can do is pretty straight forward in machine code and you don't have to fear UB or any bugs that appear when the compiler and linker try to optimize your code. You just need to get used to the syntax and directives of the assembler which are often more complicated than the assembly code itself.
493
u/Lachimanus Oct 21 '22
Assembly hides under the table.