URL
https://opencores.org/ocsvn/vtach/vtach/trunk
[/] [vtach/] [trunk/] [asm/] [soloasm.h] - Blame information for rev 2
Details |
Compare with Previous |
View Log
| Line No. |
Rev |
Author |
Line |
| 1 |
2 |
wd5gnr |
/**********************************************************************
|
| 2 |
|
|
axasm Copyright 2006, 2007, 2008, 2009
|
| 3 |
|
|
by Al Williams (alw@al-williams.com).
|
| 4 |
|
|
|
| 5 |
|
|
|
| 6 |
|
|
This file is part of axasm.
|
| 7 |
|
|
|
| 8 |
|
|
axasm is free software: you can redistribute it and/or modify it
|
| 9 |
|
|
under the terms of the GNU General Public Licenses as published
|
| 10 |
|
|
by the Free Software Foundation, either version 3 of the License, or
|
| 11 |
|
|
(at your option) any later version.
|
| 12 |
|
|
|
| 13 |
|
|
axasm is distributed in the hope that it will be useful, but
|
| 14 |
|
|
WITHOUT ANY WARRANTY: without even the implied warranty of
|
| 15 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 16 |
|
|
GNU General Public License for more details.
|
| 17 |
|
|
|
| 18 |
|
|
You should have received a copy of the GNU General Public License
|
| 19 |
|
|
along with axasm (see LICENSE.TXT).
|
| 20 |
|
|
If not, see http://www.gnu.org/licenses/.
|
| 21 |
|
|
|
| 22 |
|
|
If a non-GPL license is desired, contact the author.
|
| 23 |
|
|
|
| 24 |
|
|
This is the retargetable assembler core file (header)
|
| 25 |
|
|
|
| 26 |
|
|
***********************************************************************/
|
| 27 |
|
|
#ifndef _SOLOASM_H
|
| 28 |
|
|
#define _SOLOASM_H
|
| 29 |
|
|
|
| 30 |
|
|
typedef struct
|
| 31 |
|
|
{
|
| 32 |
|
|
unsigned int memsize;
|
| 33 |
|
|
unsigned int *ary;
|
| 34 |
|
|
unsigned int psize; // 8, 16, 32 etc.
|
| 35 |
|
|
unsigned int begin;
|
| 36 |
|
|
unsigned int end;
|
| 37 |
|
|
unsigned int err;
|
| 38 |
|
|
} __solo_info;
|
| 39 |
|
|
|
| 40 |
|
|
#ifdef _SOLO_MAIN
|
| 41 |
|
|
extern __solo_info _solo_info;
|
| 42 |
|
|
extern char * __listtext;
|
| 43 |
|
|
#else
|
| 44 |
|
|
__solo_info _solo_info;
|
| 45 |
|
|
char * __listtext;
|
| 46 |
|
|
#endif
|
| 47 |
|
|
#endif
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.