1#include "textflag.h" 2 3TEXT ·add(SB),NOSPLIT,$0 4 MOVQ x+0(FP), BX 5 MOVQ y+8(FP), BP 6 ADDQ BP, BX 7 MOVQ BX, ret+16(FP) 8 RET 9