support signatures and param load/stores

This commit is contained in:
Michael McLoughlin
2018-12-08 21:16:03 -08:00
parent 69ee0e39cb
commit 5431f2edef
9 changed files with 115 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func main() {
TEXT("add")
TEXT("add", "func(x, y uint64) uint64")
ADDQ(reg.R8, reg.R11)
RET()
EOF()