Example #1
0
File: asm.go Project: yingmsky/e8vm
func (_s) bne(s1, s2 uint32, im int32) uint32 {
	return S.InstBr(A.BNE, s1, s2, im)
}
Example #2
0
File: asm.go Project: yingmsky/e8vm
func (_s) beq(s1, s2 uint32, im int32) uint32 {
	return S.InstBr(A.BEQ, s1, s2, im)
}