Exemplo n.º 1
0
Arquivo: asm.go Projeto: yingmsky/e8vm
func (_s) j(im int32) uint32   { return S.InstJmp(A.J, im) }
Exemplo n.º 2
0
Arquivo: asm.go Projeto: yingmsky/e8vm
func (_s) jal(im int32) uint32 { return S.InstJmp(A.JAL, im) }