]> cloudbase.mooo.com Git - z180-stamp.git/blob - include/disas_z180.h
new command: dissassemle - Disassemble Z180 code from memory
[z180-stamp.git] / include / disas_z180.h
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
11 uint32_t dis_decode(uint32_t addr);
12
13 #endif