Subversion Repositories pentevo

Rev

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

  1. #ifndef _FOURPSEUDO_H
  2. #define _FOURPSEUDO_H
  3. /* fourpseudo.h */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* AS-Portierung                                                             */
  8. /*                                                                           */
  9. /* Pseudo Instructions used by some 4 bit devices                            */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12.  
  13. /*****************************************************************************
  14.  * Global Functions
  15.  *****************************************************************************/
  16.  
  17. extern void DecodeRES(Word Code);
  18.  
  19. extern void DecodeDATA(IntType CodeIntType, IntType DataIntType);
  20.  
  21. #endif /* _FOURPSEUDO_H */
  22.