Let's first look at the basic assemblersyntax used in Linux.
让我们首先看一下Linux中使用的基本汇编程序语法。
2
You could change your code to use the pre-UAL syntax, but a much better solution is to tell the assembler that you are using the UAL style by adding a ". Syntax unified "directive before your code.