doc: README for args example

Also started a README in the root examples directory.

Updates #14
This commit is contained in:
Michael McLoughlin
2019-01-01 15:46:42 -08:00
parent 4550badf58
commit 1b0ce66552
6 changed files with 137 additions and 0 deletions

View File

@@ -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