Subversion Repositories pentevo

Rev

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

  1. #ifndef _ASMLIST_H
  2. #define _ASMLIST_H
  3. /* asmlist.h */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* AS Port                                                                   */
  8. /*                                                                           */
  9. /* Generate Listing                                                          */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12.  
  13. extern void MakeList(const char *pSrcLine);
  14.  
  15. extern void as_list_set_max_pc(LargeWord max_pc);
  16.  
  17. extern void asmlist_init(void);
  18.  
  19. #endif /* _ASMLIST_H */
  20.