Top secrets sources NedoPC pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

#ifndef _FOURPSEUDO_H
#define _FOURPSEUDO_H
/* fourpseudo.h */
/*****************************************************************************/
/* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
/*                                                                           */
/* AS-Portierung                                                             */
/*                                                                           */
/* Pseudo Instructions used by some 4 bit devices                            */
/*                                                                           */
/*****************************************************************************/

/*****************************************************************************
 * Global Functions
 *****************************************************************************/


extern void DecodeRES(Word Code);

extern void DecodeDATA(IntType CodeIntType, IntType DataIntType);

#endif /* _FOURPSEUDO_H */