github.com/rsc/go@v0.0.0-20150416155037-e040fd465409/src/cmd/link/testdata/hello.s (about)

     1  TEXT _rt0_go(SB),7,$0
     2  	MOVL $1, DI
     3  	MOVL $hello<>(SB), SI
     4  	MOVL $12, DX
     5  	MOVL $0x2000004, AX
     6  	SYSCALL
     7  	MOVL $0, DI
     8  	MOVL $0x2000001, AX
     9  	SYSCALL
    10  	RET
    11  
    12  DATA hello<>+0(SB)/4, $"hell"
    13  DATA hello<>+4(SB)/4, $"o wo"
    14  DATA hello<>+8(SB)/4, $"rld\n"
    15  GLOBL hello<>(SB), $12