rabbitizer/tables/templates/python/RegCop1N32.tablepyi.template

19 lines
491 B
Plaintext
Raw Normal View History

2024-01-28 15:16:11 +00:00
/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */
2023-04-30 21:39:05 +00:00
/* 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 RegCop1N32:
#include "registers/RabbitizerRegister_Cop1N32.inc"
2023-04-30 21:39:05 +00:00
#undef RABBITIZER_DEF_REG_NODOLLAR
#undef RABBITIZER_DEF_REG