
Next should work even if one or more instructions in the current function can not be disassembled.
8 lines
57 B
Go
8 lines
57 B
Go
package main
|
|
|
|
func asmFunc()
|
|
|
|
func main() {
|
|
asmFunc()
|
|
}
|