#include <stdio.h>#include <string.h>#include <capstone/platform.h>#include <capstone/capstone.h>
Go to the source code of this file.
Classes | |
| struct | platform |
Macros | |
| #define | ARR_SIZE(a) (sizeof(a)/sizeof(a[0])) |
| #define | CPU12_CODE |
| #define | HCS08_CODE |
| #define | HD6301_CODE "\x6b\x10\x00\x71\x10\x00\x72\x10\x10\x39" |
| #define | HD6309_CODE |
| #define | M6800_CODE "\x01\x09\x36\x64\x7f\x74\x10\x00\x90\x10\xA4\x10\xb6\x10\x00\x39" |
| #define | M6801_CODE "\x04\x05\x3c\x3d\x38\x93\x10\xec\x10\xed\x10\x39" |
| #define | M6805_CODE |
| #define | M6808_CODE |
| #define | M6809_CODE |
| #define | M6811_CODE |
| #define | WITH_DETAILS |
Functions | |
| static bool | consistency_checks () |
| int | main () |
| static void | print_insn_detail (csh handle, cs_insn *insn) |
| static void | print_read_write_regs (csh handle, cs_detail *detail) |
| static void | print_string_hex (const char *comment, unsigned char *str, size_t len) |
| static void | print_string_hex_short (unsigned char *str, size_t len) |
| static void | test () |
Variables | |
| static const char * | s_access [] |
Definition at line 10 of file test_m680x.c.
| #define CPU12_CODE |
| #define HCS08_CODE |
| #define HD6301_CODE "\x6b\x10\x00\x71\x10\x00\x72\x10\x10\x39" |
| #define HD6309_CODE |
| #define M6800_CODE "\x01\x09\x36\x64\x7f\x74\x10\x00\x90\x10\xA4\x10\xb6\x10\x00\x39" |
| #define M6801_CODE "\x04\x05\x3c\x3d\x38\x93\x10\xec\x10\xed\x10\x39" |
| #define M6805_CODE |
| #define M6808_CODE |
| #define M6809_CODE |
| #define M6811_CODE |
| #define WITH_DETAILS |
Definition at line 12 of file test_m680x.c.
|
static |
Definition at line 189 of file test_m680x.c.
| int main | ( | ) |
Definition at line 394 of file test_m680x.c.
|
static |
Definition at line 71 of file test_m680x.c.
|
static |
Definition at line 46 of file test_m680x.c.
|
static |
Definition at line 22 of file test_m680x.c.
|
static |
Definition at line 34 of file test_m680x.c.
|
static |
Definition at line 194 of file test_m680x.c.
|
static |
Definition at line 42 of file test_m680x.c.