-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Work environment
| Questions | Answers |
|---|---|
| Capstone module affected | mips |
| Source of Capstone | pip install capstone==6.0.0a4 |
| Version/git commit | 6.0.0 alpha 4 |
Syscalls instructions in MIPS do not include the int group to indicate they are interrupts.
cstool -d mips 0000000c
0 00 00 00 0c syscall
ID: 1310 (syscall)
Is alias: 1378 (syscall) with REAL operand set
Groups: HasStdEnc NotInMicroMips NotNanoMips
cstool -d mips64 0000000c
0 00 00 00 0c syscall
ID: 1310 (syscall)
Is alias: 1378 (syscall) with REAL operand set
Groups: HasStdEnc NotInMicroMips NotNanoMips
Expected behavior
Expected that the int group is present. It is present in v5.0.6.
Steps to reproduce the behavior
cstool -d mips 0000000c
cstool -d mips64 0000000cMetadata
Metadata
Assignees
Labels
MipsArchArch