GCC
-
汇编CMPS指令
section .text global _start ;must be declared for using gcc _start: ;tell linker entry poi…
-
汇编STOS指令
<pre><code class=”lang-bash”>section .text global _start ;must be …
-
汇编LODS指令
<pre><code class=”lang-bash”>section .text global _start ;must be …
-
汇编MOVS指令
<pre><code class=”lang-bash”>section .text global _start ;must be …
-
汇编BCD
<pre><code class=”lang-bash”>section .text global _start ;must be …
-
汇编ASCII
<pre><code class=”lang-bash”>section .text global _start ;must be …
-
汇编数字
<pre><code class=”lang-bash”>section .text global _start ;must be …
-
汇编循环
<pre><code class=”lang-bash”>section .text global _start ;must be …
-
汇编条件
<pre><code class=”lang-bash”>section .text global _start ;must be …
-
汇编OR操作符
<pre><code class=”lang-bash”>section .text global _start ;must be …