Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1186 savelij 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_setup(void);
18
 
19
extern void asmlist_init(void);
20
 
21
#endif /* _ASMLIST_H */