ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/mon_8080.h
Revision: 1.1.1.1 (vendor branch)
Committed: 1999-10-04T19:31:09Z (24 years, 8 months ago) by cebix
Content type: text/plain
Branch: cebix
CVS Tags: start
Changes since 1.1: +0 -0 lines
Log Message:
Imported sources

File Contents

# Content
1 /*
2 * mon_8080.h - 8080 disassembler
3 *
4 * (C) 1997-1999 Christian Bauer
5 */
6
7 #ifndef _MON_8080_H_
8 #define _MON_8080_H_
9
10 extern int disass_8080(FILE *f, uint32 adr, uint8 op, uint8 lo, uint8 hi);
11
12 #endif