momiji

m68k emulator infrastructure

About Source code

Table of contents

momiji::convertOperand

Defined in header <momiji/Parser.h>

Converts a [momiji::Operand]({{ ‘/userapi/Parser#typedefs’ relative_url }}) to a
[momiji::ParserOperand]({{ ‘/userapi/Parser/e_ParserOperand’ relative_url }})
Naming things is hard

momiji::ParserOperand convertOperand(const momiji::Operand& operand) (1)
  1. Parameters:
    • const momiji::Operand& operand : The Operand to convert
    Returns: The ParserOperand which corresponds to the type of the Operand