Implement more of the shim, it can assemble the test file sort of
[asxv5pxx.git] / readme.txt
1 ASxxxx and ASlink V5.30 January 2019\r
2 \r
3    The  ASxxxx  assemblers are a series of microprocessor assem-\r
4 blers written in the C programming  language.   This  collection\r
5 contains  cross  assemblers  for the 1802, S2650, SC/MP, MPS430,\r
6 6100, 61860,  6500,  6800(6802/6808),  6801(6803/HD6303),  6804,\r
7 6805,  68HC(S)08,  6809,  68HC11, 68HC(S)12, 68HC16, 740, 78K/0,\r
8 78K/0S,  8008,  8008S,  8048(8041/8022/8021)  8051,  8085(8080),\r
9 8X300(8X305),   DS8XCXXX,   AVR,   EZ80,   F2MC8L/FX,   F8/3870,\r
10 GameBoy(Z80), H8/3xx, Cypress PSoC(M8C), PIC, Rabbit  2000/3000,\r
11 ST6,  ST7,  ST8,  Z8, Z80(HD64180), and Z280 series microproces-\r
12 sors.   The  companion  program  ASLINK is  a  relocating linker\r
13 supporting  all the cross  assemblers.   ASLINK  also   supports\r
14 object   files   created   with   V4.xx  and   V3.xx assemblers.\r
15 The assemblers and linker have been tested  using  Linux, DJGPP,\r
16 Cygwin,  Symantec C/C++ V7.2,  Turbo C++ 3.0,  Open Watcom V1.9,\r
17 VC6, Visual Studio 2005, 2010, 2013 and 2015.  Complete   source\r
18 code and  documentation for  the   assemblers  and   linker   is\r
19 included   with  the distribution.  Additionally, test code  for\r
20 each assembler and several microprocessor monitors (ASSIST05 for\r
21 the  6805,  MONDEB and  ASSIST09  for the 6809, and  BUFFALO 2.5\r
22 for the 6811)  are  included  as  working  examples  of  use  of\r
23 these assemblers.  \r
24 \r
25 asxv5p30.zip    ASxxxx and ASlink V5.30 Zipped\r
26 \r
27         MS-DOS:\r
28         Windows:        unzip asxv5p30.zip\r
29                         pkunzip -d asxv5p30.zip\r
30                         unzips and restores directory structure\r
31 \r
32         Linux:          unzip -L -a asxv5p30.zip\r
33                         unzips to lower-case names and converts ascii\r
34                         files to \n from \r\n form.\r
35 \r
36 \r
37 Makefiles or Build command files are in directories:\r
38 \r
39         Linux:          /asxv5pxx/asxmak/linux/build/\r
40 \r
41         Cygwin:         \asxv5pxx\asxmak\cygwin\build\\r
42 \r
43         DJGPP:          \asxv5pxx\asxmak\djgpp\build\\r
44 \r
45         Symantec:       \asxv5pxx\asxmak\symantec\build\\r
46 \r
47         TurboC:         \asxv5pxx\asxmak\TurboC30\build\\r
48 \r
49         VC6:            \asxv5pxx\asxmak\vc6\build\\r
50 \r
51         VS05:           \asxv5pxx\asxmak\vs05\build\\r
52 \r
53         VS10:           \asxv5pxx\asxmak\vs10\build\\r
54 \r
55         VS13:           \asxv5pxx\asxmak\vs13\build\\r
56 \r
57         VS15:           \asxv5pxx\asxmak\vs15\build\\r
58 \r
59         Watcom:         \asxv5pxx\asxmak\watcom\build\\r
60 \r
61 \r
62 The Make or Build Exectutable directories are:\r
63 \r
64         Linux:          /asxv5pxx/asxmak/linux/exe/\r
65 \r
66         Cygwin:         \asxv5pxx\asxmak\cygwin\exe\\r
67 \r
68         DJGPP:          \asxv5pxx\asxmak\djgpp\exe\\r
69 \r
70         Symantec:       \asxv5pxx\asxmak\symantec\exe\\r
71 \r
72         TurboC:         \asxv5pxx\asxmak\TurboC30\exe\\r
73 \r
74         VC6:            \asxv5pxx\asxmak\vc6\exe\\r
75 \r
76         VS05:           \asxv5pxx\asxmak\vs05\exe\\r
77 \r
78         VS10:           \asxv5pxx\asxmak\vs10\exe\\r
79 \r
80         VS13:           \asxv5pxx\asxmak\vs13\exe\\r
81 \r
82         VS15:           \asxv5pxx\asxmak\vs15\exe\\r
83 \r
84         Watcom:         \asxv5pxx\asxmak\watcom\exe\\r
85 \r
86 \r
87  Documentation in pdf form is\r
88         \asxv5pxx\asxhtml\asmlnk.pdf\r
89 \r
90  Documentation in rtf form is\r
91         \asxv5pxx\asxhtml\asmlnk.rtf\r
92 \r
93  Documentation in plain text form is\r
94         \asxv5pxx\asxhtml\asmlnk.txt\r
95 \r
96  Documentation in HTML form may be found starting with\r
97         \asxv5pxx\asxhtml\asxxxx.htm\r
98 \r
99 \r
100 /*\r
101  *  Copyright (C) 1989-2019  Alan R. Baldwin\r
102  *\r
103  *  This program is free software: you can redistribute it and/or modify\r
104  *  it under the terms of the GNU General Public License as published by\r
105  *  the Free Software Foundation, either version 3 of the License, or\r
106  *  (at your option) any later version.\r
107  *\r
108  *  This program is distributed in the hope that it will be useful,\r
109  *  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
110  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
111  *  GNU General Public License for more details.\r
112  *\r
113  *  You should have received a copy of the GNU General Public License\r
114  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
115  */\r
116 \r