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
#define RZ_IPI
Definition: analysis_wasm.c:11
uint16_t ut16
#define RZ_NULLABLE
Definition: rz_types.h:65
#define RZ_NONNULL
Definition: rz_types.h:64
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
Definition: buffer.h:15
Definitions common to the whole liblzma library.
ut64(WINAPI *w32_GetEnabledXStateFeatures)()