#include <stdio.h>#include <assert.h>#include <capstone/platform.h>#include <capstone/capstone.h>

Go to the source code of this file.
Classes | |
| struct | platform |
Macros | |
| #define | M68K_CODE "\xf0\x10\xf0\x00\x48\xaf\xff\xff\x7f\xff\x11\xb0\x01\x37\x7f\xff\xff\xff\x12\x34\x56\x78\x01\x33\x10\x10\x10\x10\x32\x32\x32\x32\x4C\x00\x54\x04\x48\xe7\xe0\x30\x4C\xDF\x0C\x07\xd4\x40\x87\x5a\x4e\x71\x02\xb4\xc0\xde\xc0\xde\x5c\x00\x1d\x80\x71\x12\x01\x23\xf2\x3c\x44\x22\x40\x49\x0e\x56\x54\xc5\xf2\x3c\x44\x00\x44\x7a\x00\x00\xf2\x00\x0a\x28\x4E\xB9\x00\x00\x00\x12\x4E\x75" |
Functions | |
| int | main () |
| static void | print_insn_detail (cs_insn *ins) |
| static void | print_read_write_regs (cs_detail *detail) |
| static void | print_string_hex (const char *comment, unsigned char *str, size_t len) |
| static void | test () |
Variables | |
| static csh | handle |
| const char * | s_addressing_modes [] |
| #define M68K_CODE "\xf0\x10\xf0\x00\x48\xaf\xff\xff\x7f\xff\x11\xb0\x01\x37\x7f\xff\xff\xff\x12\x34\x56\x78\x01\x33\x10\x10\x10\x10\x32\x32\x32\x32\x4C\x00\x54\x04\x48\xe7\xe0\x30\x4C\xDF\x0C\x07\xd4\x40\x87\x5a\x4e\x71\x02\xb4\xc0\xde\xc0\xde\x5c\x00\x1d\x80\x71\x12\x01\x23\xf2\x3c\x44\x22\x40\x49\x0e\x56\x54\xc5\xf2\x3c\x44\x00\x44\x7a\x00\x00\xf2\x00\x0a\x28\x4E\xB9\x00\x00\x00\x12\x4E\x75" |
| int main | ( | ) |
Definition at line 207 of file test_m68k.c.
|
static |
Definition at line 81 of file test_m68k.c.
|
static |
Definition at line 62 of file test_m68k.c.
|
static |
Definition at line 20 of file test_m68k.c.
|
static |
Definition at line 147 of file test_m68k.c.
|
static |
Definition at line 18 of file test_m68k.c.
| const char* s_addressing_modes[] |
Definition at line 32 of file test_m68k.c.