rabbitizer/tables/templates/python/RegCop1N64.tablepyi.template
2024-01-28 12:16:11 -03:00

19 lines
491 B
Plaintext

/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */
/* SPDX-License-Identifier: MIT */
from __future__ import annotations
from .Enum import Enum
#define RABBITIZER_DEF_REG(prefix, name, numeric, ...) \
name: Enum
#define RABBITIZER_DEF_REG_NODOLLAR(prefix, name, numeric, ...) \
RABBITIZER_DEF_REG(prefix, name, numeric, __VA_ARGS__)
class RegCop1N64:
#include "registers/RabbitizerRegister_Cop1N64.inc"
#undef RABBITIZER_DEF_REG_NODOLLAR
#undef RABBITIZER_DEF_REG