URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [Open8 Tools/] [open8_src/] [open8_as/] [pass_4.h] - Rev 210
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _PASS_4_H #define _PASS_4_H int pass_4(void); int new_unknown_reference(int type); int mem_insert(unsigned char x); int mem_insert_pad(void); int mem_insert_absolute(unsigned int add, unsigned char x); int export_definitions(FILE *final_ptr); int export_source_file_names(FILE *final_ptr); #endif
Go to most recent revision | Compare with Previous | Blame | View Log