keystone-engine 0.1.0

Rust bindings for the Keystone Engine assembler library.
Documentation
1
2
3
4
5
6
7
8
9
10
// For Keystone Engine. AUTO-GENERATED FILE, DO NOT EDIT [sparcConstants.cs]
namespace Keystone
{
	public enum SparcError : short
	{
		KS_ERR_ASM_SPARC_INVALIDOPERAND = 512,
		KS_ERR_ASM_SPARC_MISSINGFEATURE = 513,
		KS_ERR_ASM_SPARC_MNEMONICFAIL = 514,
	}
}