diff options
Diffstat (limited to 'binary/objdump.html')
-rw-r--r-- | binary/objdump.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binary/objdump.html b/binary/objdump.html index 0ad07d7..ebeaa6a 100644 --- a/binary/objdump.html +++ b/binary/objdump.html @@ -199,7 +199,7 @@ disassemble with <code>objdump</code>.</p> <p>To re-create that case, we just assemble and link some ELF file and then create a raw binary of the text section with <code>objcopy</code>.</p> <pre><code class="language-x86asm"># file: test.s -.section .text, "ax" +.section .text, "ax" .global _start _start: |