.intel_syntax noprefix .data constants: .byte 50,50,50,50 .text .global f1 f1: ret 0