%include "asm_io.inc" ; ; initialized data is put in the .data segment ; segment .data str : db "Print",10,0 ; uninitialized data is put in the