OpenCores
URL https://opencores.org/ocsvn/jtag_stapl_player/jtag_stapl_player/trunk

Subversion Repositories jtag_stapl_player

[/] [jtag_stapl_player/] [trunk/] [jamexec.h] - Rev 2

Compare with Previous | Blame | View Log

/****************************************************************************/
/*																			*/
/*	Module:			jamexec.h												*/
/*																			*/
/*					Copyright (C) Altera Corporation 1997					*/
/*																			*/
/*	Description:	Prototypes for statement execution functions			*/
/*																			*/
/****************************************************************************/
 
/****************************************************************************/
/*																			*/
/*	Actel version 1.1             May 2003									*/
/*																			*/
/****************************************************************************/
 
#ifndef INC_JAMEXEC_H
#define INC_JAMEXEC_H
 
/****************************************************************************/
/*																			*/
/*	Global variables														*/
/*																			*/
/****************************************************************************/
 
extern long jam_current_file_position;
 
extern long jam_current_statement_position;
 
extern long jam_next_statement_position;
 
/****************************************************************************/
/*																			*/
/*	Function Prototypes														*/
/*																			*/
/****************************************************************************/
 
JAM_RETURN_TYPE jam_get_statement
(
	char *statement_buffer,
	char *label_buffer
);
 
long jam_get_line_of_position
(
	long position
);
 
JAME_INSTRUCTION jam_get_instruction
(
	char *statement_buffer
);
 
int jam_skip_instruction_name
(
	char *statement_buffer
);
 
#endif /* INC_JAMEXEC_H */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.