doc: README for args example
Also started a README in the root examples directory. Updates #14
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
// Code generated by command: go run asm.go -out args.s -stubs stub.go. DO NOT EDIT.
|
||||
|
||||
// func Second(x int32, y int32) int32
|
||||
TEXT ·Second(SB), $0-12
|
||||
MOVL y+4(FP), AX
|
||||
MOVL AX, ret+8(FP)
|
||||
RET
|
||||
|
||||
// func StringLen(s string) int
|
||||
TEXT ·StringLen(SB), $0-24
|
||||
MOVQ s_len+8(FP), AX
|
||||
|
||||
Reference in New Issue
Block a user