#include #pragma once namespace tuxli { using addr_t = uint32_t; using reg_t = uint32_t; } // namespace tuxli