first pass at DATA sections
This commit is contained in:
5
examples/data/stub.go
Normal file
5
examples/data/stub.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// Code generated by command: go run asm.go -out data.s -stubs stub.go. DO NOT EDIT.
|
||||
|
||||
package data
|
||||
|
||||
func DataAt(i int) byte
|
||||
Reference in New Issue
Block a user