]> cloudbase.mooo.com Git - z180-stamp.git/blame - include/disas_z180.h
add fat commands: rm, mkdir
[z180-stamp.git] / include / disas_z180.h
CommitLineData
18d57acb
L
1/*
2 * (C) Copyright 2024 Leo C. <erbl259-lmu@yahoo.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0
5 */
6#ifndef DISDAS_Z180_H
7#define DISDAS_Z180_H
8
9#include <stdint.h>
10
11uint32_t dis_decode(uint32_t addr);
12
13#endif