Rizin
unix-like reverse engineering framework and cli tools
assembler.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2022 Dhruv Maroo <dhruvmaru007@gmail.com>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef RZ_SH_ASSEMBLER_H
5
#define RZ_SH_ASSEMBLER_H
6
7
#include "
common.h
"
8
#include "
disassembler.h
"
9
10
RZ_IPI
ut16
sh_assembler
(
RZ_NONNULL
const
char
*
buffer
,
ut64
pc
,
RZ_NULLABLE
bool
*success);
11
12
#endif
// RZ_SH_ASSEMBLER_H
RZ_IPI
#define RZ_IPI
Definition:
analysis_wasm.c:11
pc
pc
Definition:
arm-arithmetic-aliases.s.cs:50
ut16
uint16_t ut16
Definition:
demangler_util.h:30
RZ_NULLABLE
#define RZ_NULLABLE
Definition:
rz_types.h:65
RZ_NONNULL
#define RZ_NONNULL
Definition:
rz_types.h:64
sh_assembler
RZ_IPI ut16 sh_assembler(RZ_NONNULL const char *buffer, ut64 pc, RZ_NULLABLE bool *success)
Assemble instruction from SuperH-4 ISA FPU instructions not implemented yet.
Definition:
assembler.c:402
disassembler.h
buffer
Definition:
buffer.h:15
common.h
Definitions common to the whole liblzma library.
ut64
ut64(WINAPI *w32_GetEnabledXStateFeatures)()
librz
asm
arch
sh
assembler.h
Generated by
1.9.1