summaryrefslogtreecommitdiff
path: root/include/disas_z180.h
blob: a4a0b58c5e087a2e2c1d7247f3b37008de205710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * (C) Copyright 2024 Leo C. <erbl259-lmu@yahoo.de>
 *
 * SPDX-License-Identifier:	GPL-2.0
 */
#ifndef DISDAS_Z180_H
#define DISDAS_Z180_H

#include <stdint.h>

uint32_t dis_decode(uint32_t addr);

#endif