URL
https://opencores.org/ocsvn/copyblaze/copyblaze/trunk
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
2 |
ameziti |
/*
|
2 |
|
|
* Copyright � 2003..2008 : Henk van Kampen <henk@mediatronix.com>
|
3 |
|
|
*
|
4 |
|
|
* This file is part of pBlazASM.
|
5 |
|
|
*
|
6 |
|
|
* pBlazASM is free software: you can redistribute it and/or modify
|
7 |
|
|
* it under the terms of the GNU General Public License as published by
|
8 |
|
|
* the Free Software Foundation, either version 3 of the License, or
|
9 |
|
|
* (at your option) any later version.
|
10 |
|
|
*
|
11 |
|
|
* pBlazASM is distributed in the hope that it will be useful,
|
12 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
14 |
|
|
* GNU General Public License for more details.
|
15 |
|
|
*
|
16 |
|
|
* You should have received a copy of the GNU General Public License
|
17 |
|
|
* along with pBlazASM. If not, see <http://www.gnu.org/licenses/>.
|
18 |
|
|
*/
|
19 |
|
|
|
20 |
|
|
void init_symbol( void ) ;
|
21 |
|
|
symbol_t * find_symbol( const char * text, bool bUpper ) ;
|
22 |
|
|
bool add_symbol( const type_e type, const subtype_e subtype, const char * text, const uint32_t value ) ;
|
23 |
|
|
void free_symbol( void ) ;
|
24 |
|
|
|
25 |
|
|
void dump_map( void ) ;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.