So, I have the following code:
section .data sizebuf dw 1024 section .bss buf resb 1024 section .text global _start _start: ; put bmp f