Rizin
unix-like reverse engineering framework and cli tools
meta_gb_cmt.c File Reference
#include <rz_io.h>
#include <rz_analysis.h>

Go to the source code of this file.

Functions

void meta_gb_bankswitch_cmt (RzAnalysis *a, ut64 addr, ut16 ldarg)
 

Function Documentation

◆ meta_gb_bankswitch_cmt()

void meta_gb_bankswitch_cmt ( RzAnalysis a,
ut64  addr,
ut16  ldarg 
)

Definition at line 7 of file meta_gb_cmt.c.

7  {
8  if (0x1fff < ldarg && ldarg < 0x4000 && addr < 0x4000)
10  if (0x6000 > ldarg && ldarg > 0x3fff)
12 }
RZ_API bool rz_meta_set_string(RzAnalysis *a, RzAnalysisMetaType type, ut64 addr, const char *s)
Definition: meta.c:141
@ RZ_META_TYPE_COMMENT
Definition: rz_analysis.h:295
#define a(i)
Definition: sha256.c:41
static int addr
Definition: z80asm.c:58

References a, addr, rz_meta_set_string(), and RZ_META_TYPE_COMMENT.

Referenced by gb_anop().