mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 05:29:53 +00:00
add sign_ext
zero_ext
This commit is contained in:
parent
18d4952c67
commit
e5b44ff47c
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,6 @@
|
||||
#ifndef CAPSTONE_TRICODEMODULE_H
|
||||
#define CAPSTONE_TRICODEMODULE_H
|
||||
|
||||
// TODO: Add tricore function declarations here
|
||||
cs_err TRICORE_global_init(cs_struct *ud);
|
||||
cs_err TRICORE_option(cs_struct *handle, cs_opt_type type, size_t value);
|
||||
|
||||
|
2
suite/MC/TriCore/debug.s.cs
Normal file
2
suite/MC/TriCore/debug.s.cs
Normal file
@ -0,0 +1,2 @@
|
||||
# CS_ARCH_TRICORE, CS_MODE_TRICORE, None
|
||||
0x82,0xf1 = mov %d1, -1
|
Loading…
Reference in New Issue
Block a user