Subversion Repositories pentevo

Rev

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

  1. #ifndef _DECPSEUDO_H
  2. #define _DECPSEUDO_H
  3. /* decpseudo.h */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* AS-Portierung                                                             */
  8. /*                                                                           */
  9. /* Commonly used, DEC-specific VAX/PDP Pseudo Instructions                   */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12.  
  13. #include "datatypes.h"
  14.  
  15. /*****************************************************************************
  16.  * Global Functions
  17.  *****************************************************************************/
  18.  
  19. extern void decode_dec_packed(Word flags);
  20.  
  21. #endif /* _DECPSEUDO_H */
  22.