Read specific bytes of a file in x86 sasm assembly

前端 未结 0 549
滥情空心
滥情空心 2020-12-22 02:06

So, I have the following code:

section .data
   sizebuf dw      1024
section .bss
   buf     resb    1024

section .text

global _start
_start:

  ; put bmp f         


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