nasm “attempt to initialize memory in bss section”

前端 未结 0 369
南旧
南旧 2021-01-15 13:34

I am trying to get a basic feel for assembly, here is my code:

section .text
   global _start     ;must be declared for linker (ld)

section  .bss
   num resb         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题