URL
https://opencores.org/ocsvn/copyblaze/copyblaze/trunk
Subversion Repositories copyblaze
[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [tools/] [asm/] [pBlazASM/] [pBlazASM/] [pbSymbols.h] - Rev 57
Go to most recent revision | Compare with Previous | Blame | View Log
/* * Copyright © 2003..2008 : Henk van Kampen <henk@mediatronix.com> * * This file is part of pBlazASM. * * pBlazASM is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * pBlazASM is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with pBlazASM. If not, see <http://www.gnu.org/licenses/>. */ void init_symbol( void ) ; symbol_t * find_symbol( const char * text, bool bUpper ) ; bool add_symbol( const type_e type, const subtype_e subtype, const char * text, const uint32_t value ) ; void free_symbol( void ) ; void dump_map( void ) ;
Go to most recent revision | Compare with Previous | Blame | View Log