/*
 * File: ncode.h
 *
 * Code disassembly routines for IMP80 compiler
 *
 * Header file
 *
 * Copyright (c) 2026, Bob Eager
 *
 */

#ifndef	_NCODE_H
#define	_NCODE_H	0

/* Function definitions */

extern	VOID	ncode(PBYTE, PBYTE, INT);
extern	VOID	recode(PBYTE, PBYTE, INT);

#endif

/*
 * End of file: ncode.h
 *
 */

