AminetAminet
Search:
84476 packages online
About
Recent
Browse
Search
Upload
Setup
Services

dev/cross/xa-mos.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:Cross-assembler for 65xx/R65C02/65816
Author:Andre Fachat, Cameron Kaiser <ckaiser at floodgap.com>
Uploader:polluks+aminet sdf lonestar org (Stefan Haubenthal)
Type:dev/cross
Version:2.3.10
Architecture:ppc-morphos
URL:http://www.floodgap.com/retrotech/xa/
Date:2020-01-14
Download:http://aminet.net/dev/cross/xa-mos.lha - View contents
Readme:http://aminet.net/dev/cross/xa-mos.readme
Downloads:1636

XA is a 6502 cross compiler:

 - under GNU public license

 - can produce _relocatable_ binaries

 - The full fileformat description and 6502 file loader included.

 - also included relocation and info utilites, as well as linker

 - for any ANSI-C compliant computer (only utilities need 'stat' call 
   for file size). 

 - fast by hashtables

 - Rockwell CMOS opcodes

 - running under DOS and any ANSI C system (Unix, Amiga, Atari ST)

I developed this cross assembler for the 6502 CPU family quite some time
ago on my Atari ST. The assembler has successfully been ported to Amiga 
and Unix computer (ported? just compiled... :-) 
Lately I came across the problem to need relocatable 6502 binary files, so
I revised the assembler from version 2.0.7 to 2.1.0, adding a (admittedly
proprietary) 6502 relocatable binary format. But there are not many other
formats around and they didn't fit my needs. I have developed this format 
myself and it is under the GNU public license.
With version 2.1.1 the 'official' version of the fileformat is supported.

To compile it, just type "make" (if you have the GNU gcc. If not, edit the 
Makefile for the compiler options). This produces "xa", the cross assembler;
"uncpk", a small packing utility (where the C64 counterpart is in the
examples subdirectory), "printcbm", that lists C64 BASIC files and
'file65' that prints some information about o65 files.  The "loader" in
the loader subdirectory is a basic 6502 implementation of a relocating
binary loader.
"file65" prints file information on 'o65' relocatable files. "reloc65"
can relocate 'o65' files.

If you want to use it under DOS, you have to have the GO32 DOS crosscompiling
tools to compile. Then just type "make dos" and you'll end up with the
appropriate DOS binaries. This has been tested only under i386 Linux, however. 
Another archive with the DOS binaries included is provided.

One problem on the Atari was it's broken "malloc". Therefore I used to
alloc everything in one chunk and divide the memory by hand. So everything
was kind of statically allocated. This is almost gone now. Only the
temporary storage between pass1 and pass2 and the preprocessor are still
allocated in one chunk (size definitions in xah.h). The rest is allocated
as needed.

The docs are in the 'doc' subdir. There also is a description of the
6502 relocatable binary format. If you think some things could be 
expressed in a better way, feel free and mail me to improve my english ;-)
[ The documentation is now maintained in man(1) format in man/ . -- CK ]

Andre


Contents of dev/cross/xa-mos.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                 4841   12619  38.4% -lh5- c6f7 Nov  9 02:20 xa-2.3.10/ChangeLog
[generic]                 6999   18002  38.9% -lh5- 4d22 Nov  9 01:11 xa-2.3.10/COPYING
[generic]                 8596   24424  35.2% -lh5- 15d5 Nov  9 01:11 xa-2.3.10/doc/fileformat.txt
[generic]                  176     261  67.4% -lh5- 8e90 Nov  9 01:11 xa-2.3.10/doc/README
[generic]                 1854    3816  48.6% -lh5- f05a Nov  9 01:11 xa-2.3.10/doc/xa-de.log
[generic]                 5755   14790  38.9% -lh5- e444 Nov  9 01:11 xa-2.3.10/doc/xa-de.txt
[generic]                 5996   14297  41.9% -lh5- cade Nov  9 01:11 xa-2.3.10/doc/xa.html
[generic]                 3556    9162  38.8% -lh5- 19b5 Nov  9 01:11 xa-2.3.10/doc/xa.log
[generic]                 5949   14987  39.7% -lh5- a0a3 Nov  9 01:11 xa-2.3.10/doc/xa.txt
[generic]                 2018    4223  47.8% -lh5- 15bc Nov  9 01:11 xa-2.3.10/doc/xaannounce
[generic]                 1512    2259  66.9% -lh5- 5a80 Nov  9 01:11 xa-2.3.10/examples/a.o65
[generic]                 1846    7845  23.5% -lh5- c475 Nov  9 01:11 xa-2.3.10/examples/c64def.def
[generic]                  346     553  62.6% -lh5- 160a Nov  9 01:11 xa-2.3.10/examples/pack.doc
[generic]                 3644   20118  18.1% -lh5- 0d37 Nov  9 01:11 xa-2.3.10/examples/pack_eng.a65
[generic]                 3638   20104  18.1% -lh5- 4e48 Nov  9 01:11 xa-2.3.10/examples/pack_ger.a65
[generic]                 1211    4406  27.5% -lh5- 55bf Nov  9 01:11 xa-2.3.10/examples/peng.l
[generic]                 5841   13056  44.7% -lh5- d379 Jan 14 22:04 xa-2.3.10/file65
[generic]                 7431   15600  47.6% -lh5- f89f Jan 14 22:04 xa-2.3.10/ldo65
[generic]                  122     126  96.8% -lh5- d9f9 Nov  9 01:11 xa-2.3.10/loader/ex2
[generic]                   90      90 100.0% -lh0- 4634 Nov  9 01:11 xa-2.3.10/loader/example2
[generic]                  345     787  43.8% -lh5- 57be Nov  9 01:11 xa-2.3.10/loader/file.def
[generic]                 4097   12472  32.8% -lh5- 5ff3 Nov  9 01:11 xa-2.3.10/loader/loader.a65
[generic]                  151     298  50.7% -lh5- 84d3 Nov  9 01:11 xa-2.3.10/loader/Makefile
[generic]                  167     246  67.9% -lh5- ba6c Nov  9 01:11 xa-2.3.10/loader/README
[generic]                  188     318  59.1% -lh5- 2e13 Nov  9 01:11 xa-2.3.10/loader/test.a
[generic]                  145     238  60.9% -lh5- d609 Nov  9 01:11 xa-2.3.10/loader/test2.a
[generic]                   18      18 100.0% -lh0- 4bd5 Nov  9 01:11 xa-2.3.10/loader/test3.a
[generic]                  635    1536  41.3% -lh5- a4fa Nov  9 02:11 xa-2.3.10/Makefile
[generic]                  645    1201  53.7% -lh5- d185 Nov  9 01:11 xa-2.3.10/man/file65.1
[generic]                  670    1175  57.0% -lh5- 315c Nov  9 01:11 xa-2.3.10/man/ldo65.1
[generic]                  437     724  60.4% -lh5- f805 Nov  9 01:11 xa-2.3.10/man/printcbm.1
[generic]                   78      90  86.7% -lh5- 9a2c Nov  9 01:11 xa-2.3.10/man/README
[generic]                  739    1439  51.4% -lh5- 6ff3 Nov  9 01:11 xa-2.3.10/man/reloc65.1
[generic]                  647    1269  51.0% -lh5- 9bbb Nov  9 01:11 xa-2.3.10/man/uncpk.1
[generic]                10316   26468  39.0% -lh5- 886b Nov  9 20:08 xa-2.3.10/man/xa.1
[generic]                 2981    8086  36.9% -lh5- 224c Nov  9 01:11 xa-2.3.10/misc/file65.c
[generic]                 5198   16832  30.9% -lh5- fccf Nov  9 01:11 xa-2.3.10/misc/ldo65.c
[generic]                  327     809  40.4% -lh5- a108 Nov  9 01:11 xa-2.3.10/misc/Makefile
[generic]                 1065    1978  53.8% -lh5- 9ed8 Nov  9 01:11 xa-2.3.10/misc/mkrom.sh
[generic]                 1330    2759  48.2% -lh5- dcdd Nov  9 01:11 xa-2.3.10/misc/printcbm.c
[generic]                 3419   10162  33.6% -lh5- 1e57 Nov  9 01:11 xa-2.3.10/misc/reloc65.c
[generic]                 1850    4707  39.3% -lh5- 0e3f Nov  9 01:11 xa-2.3.10/misc/uncpk.c
[generic]                  699    1324  52.8% -lh5- 3443 Nov  9 01:11 xa-2.3.10/misc/version.h
[generic]                 3911    9564  40.9% -lh5- 13c2 Jan 14 22:04 xa-2.3.10/printcbm
[generic]                 2436    5152  47.3% -lh5- 80f3 Nov  9 02:20 xa-2.3.10/README.1st
[generic]                 5866   12804  45.8% -lh5- e69b Jan 14 22:04 xa-2.3.10/reloc65
[generic]                  181     285  63.5% -lh5- b202 Nov  9 01:11 xa-2.3.10/src/Makefile
[generic]                  699    1324  52.8% -lh5- 3443 Nov  9 01:11 xa-2.3.10/src/version.h
[generic]                 8967   28169  31.8% -lh5- c2d4 Nov  9 01:54 xa-2.3.10/src/xa.c
[generic]                  754    1417  53.2% -lh5- eb35 Nov  9 01:36 xa-2.3.10/src/xa.h
[generic]                 2063    6201  33.3% -lh5- b17f Nov  9 01:11 xa-2.3.10/src/xaa.c
[generic]                  623    1055  59.1% -lh5- a2f0 Nov  9 01:11 xa-2.3.10/src/xaa.h
[generic]                 1291    2996  43.1% -lh5- ca2d Nov  9 01:11 xa-2.3.10/src/xacharset.c
[generic]                  673    1176  57.2% -lh5- ca51 Nov  9 01:11 xa-2.3.10/src/xacharset.h
[generic]                  764    1448  52.8% -lh5- 4bfa Nov  9 01:11 xa-2.3.10/src/xad.h
[generic]                 2587    6088  42.5% -lh5- ae70 Nov  9 01:11 xa-2.3.10/src/xah.h
[generic]                  616    1030  59.8% -lh5- f2d5 Nov  9 01:11 xa-2.3.10/src/xah2.h
[generic]                 3539   11113  31.8% -lh5- 4728 Nov  9 01:11 xa-2.3.10/src/xal.c
[generic]                  746    1489  50.1% -lh5- a228 Nov  9 01:11 xa-2.3.10/src/xal.h
[generic]                 1621    3736  43.4% -lh5- 6409 Nov  9 01:11 xa-2.3.10/src/xam.c
[generic]                  583     985  59.2% -lh5- 650e Nov  9 01:11 xa-2.3.10/src/xam.h
[generic]                 1238    2769  44.7% -lh5- 4cf0 Nov  9 01:11 xa-2.3.10/src/xao.c
[generic]                  649    1131  57.4% -lh5- 1f4e Nov  9 01:11 xa-2.3.10/src/xao.h
[generic]                 6306   26382  23.9% -lh5- 040b Nov  9 01:46 xa-2.3.10/src/xap.c
[generic]                  676    1234  54.8% -lh5- 330d Nov  9 01:11 xa-2.3.10/src/xap.h
[generic]                 2633    8277  31.8% -lh5- a3dc Nov  9 01:11 xa-2.3.10/src/xar.c
[generic]                  777    1573  49.4% -lh5- 8b07 Nov  9 01:11 xa-2.3.10/src/xar.h
[generic]                 1578    3920  40.3% -lh5- bcde Nov  9 01:11 xa-2.3.10/src/xar2.c
[generic]                16460   72614  22.7% -lh5- e44e Nov  9 01:54 xa-2.3.10/src/xat.c
[generic]                  609    1089  55.9% -lh5- 81dd Nov  9 01:11 xa-2.3.10/src/xat.h
[generic]                  942    1940  48.6% -lh5- 9679 Nov  9 01:11 xa-2.3.10/src/xau.c
[generic]                  538     901  59.7% -lh5- 64e1 Nov  9 01:11 xa-2.3.10/src/xau.h
[generic]                  202     349  57.9% -lh5- 1a3b Nov  9 01:11 xa-2.3.10/tests/adrm/02.asm
[generic]                   60      60 100.0% -lh0- 8014 Nov  9 01:11 xa-2.3.10/tests/adrm/02.ok
[generic]                  169     313  54.0% -lh5- 65be Nov  9 01:11 xa-2.3.10/tests/adrm/816.asm
[generic]                   50      50 100.0% -lh0- e7d8 Nov  9 01:11 xa-2.3.10/tests/adrm/816.ok
[generic]                  255     437  58.4% -lh5- f2a1 Nov  9 01:11 xa-2.3.10/tests/adrm/bip.inc
[generic]                  199     343  58.0% -lh5- 91f6 Nov  9 01:11 xa-2.3.10/tests/adrm/c02.asm
[generic]                   58      58 100.0% -lh0- fc4f Nov  9 01:11 xa-2.3.10/tests/adrm/c02.ok
[generic]                  251     625  40.2% -lh5- 593e Nov  9 01:11 xa-2.3.10/tests/adrm/Makefile
[generic]                   44      44 100.0% -lh0- 7ac2 Nov  9 01:11 xa-2.3.10/tests/adrm/zab.asm
[generic]                   47      47 100.0% -lh0- 9b52 Nov  9 01:11 xa-2.3.10/tests/adrm/zab.ok
[generic]                   44      44 100.0% -lh0- e896 Nov  9 01:11 xa-2.3.10/tests/adrm/zpa.asm
[generic]                   47      47 100.0% -lh0- 4f7c Nov  9 01:11 xa-2.3.10/tests/adrm/zpa.ok
[generic]                  112     296  37.8% -lh5- f560 Nov  9 01:11 xa-2.3.10/tests/binclude/Makefile
[generic]                 2434    5159  47.2% -lh5- 7d44 Nov  9 01:11 xa-2.3.10/tests/binclude/README.1st
[generic]                 2434    5159  47.2% -lh5- 7d44 Nov  9 01:11 xa-2.3.10/tests/binclude/sd/README.2nd
[generic]                  185     261  70.9% -lh5- 5249 Nov  9 01:11 xa-2.3.10/tests/binclude/test.asm
[generic]                  226     299  75.6% -lh5- 5f74 Nov  9 01:11 xa-2.3.10/tests/binclude/test.ok
[generic]                  119     166  71.7% -lh5- 5c5d Nov  9 01:11 xa-2.3.10/tests/binclude/test2.asm
[generic]                  142     266  53.4% -lh5- 90e2 Nov  9 01:11 xa-2.3.10/tests/binclude/test2.ok
[generic]                  213     309  68.9% -lh5- d24b Nov  9 01:11 xa-2.3.10/tests/binclude/test3.asm
[generic]                   37     140  26.4% -lh5- 203e Nov  9 01:11 xa-2.3.10/tests/branch/bir.ok
[generic]                   76     105  72.4% -lh5- 7b98 Nov  9 01:11 xa-2.3.10/tests/branch/bir.s
[generic]                   76     105  72.4% -lh5- 38a7 Nov  9 01:11 xa-2.3.10/tests/branch/bor.s
[generic]                  173     265  65.3% -lh5- ef1e Nov  9 01:11 xa-2.3.10/tests/branch/Makefile
[generic]                   19      19 100.0% -lh0- ca4a Nov  9 01:11 xa-2.3.10/tests/chardelimiter/ok
[generic]                   94     141  66.7% -lh5- b56c Nov  9 01:11 xa-2.3.10/tests/chardelimiter/test.s
[generic]                   75      87  86.2% -lh5- cbe1 Nov  9 01:11 xa-2.3.10/tests/charset/high.o
[generic]                  125     273  45.8% -lh5- 7b5a Nov  9 01:11 xa-2.3.10/tests/charset/Makefile
[generic]                   65      87  74.7% -lh5- e559 Nov  9 01:11 xa-2.3.10/tests/charset/no-charset.o
[generic]                   70      87  80.5% -lh5- eef7 Nov  9 01:11 xa-2.3.10/tests/charset/petscii.o
[generic]                   69      87  79.3% -lh5- c717 Nov  9 01:11 xa-2.3.10/tests/charset/petscreen.o
[generic]                 2433    5145  47.3% -lh5- fe53 Nov  9 01:11 xa-2.3.10/tests/charset/README.1st
[generic]                  133     233  57.1% -lh5- 77cf Nov  9 01:11 xa-2.3.10/tests/charset/test.s
[generic]                   14      14 100.0% -lh0- d986 Nov  9 01:11 xa-2.3.10/tests/charset/test2.s
[generic]                   87     109  79.8% -lh5- 7aa9 Nov  9 01:11 xa-2.3.10/tests/chppch/Makefile
[generic]                   31      41  75.6% -lh5- dedb Nov  9 01:11 xa-2.3.10/tests/chppch/ok.out
[generic]                   32      32 100.0% -lh0- 3dc8 Nov  9 01:11 xa-2.3.10/tests/chppch/qwerty.h
[generic]                   32      32 100.0% -lh0- 1887 Nov  9 01:11 xa-2.3.10/tests/chppch/test.c
[generic]                  224     316  70.9% -lh5- 7bbb Nov  9 01:11 xa-2.3.10/tests/comcom/comcom.asm
[generic]                   17      17 100.0% -lh0- 2a78 Nov  9 01:11 xa-2.3.10/tests/comcom/comcom.ok
[generic]                    9       9 100.0% -lh0- 4689 Nov  9 01:11 xa-2.3.10/tests/comcom/comcomm.ok
[generic]                  150     318  47.2% -lh5- fad5 Nov  9 01:11 xa-2.3.10/tests/comcom/Makefile
[generic]                   48      48 100.0% -lh0- 6666 Nov  9 01:11 xa-2.3.10/tests/comcom/scomcom.asm
[generic]                    4       4 100.0% -lh0- 0d93 Nov  9 01:11 xa-2.3.10/tests/comcom/scomcomm.ok
[generic]                 1846    7845  23.5% -lh5- c475 Nov  9 01:11 xa-2.3.10/tests/cpktest/c64def.def
[generic]                 1521    2245  67.8% -lh5- 5a57 Nov  9 01:11 xa-2.3.10/tests/cpktest/de.ok
[generic]                 1207    4406  27.4% -lh5- b904 Nov  9 01:11 xa-2.3.10/tests/cpktest/deutsch.l
[generic]                 1512    2259  66.9% -lh5- 5a80 Nov  9 01:11 xa-2.3.10/tests/cpktest/eng.ok
[generic]                 1211    4406  27.5% -lh5- 55bf Nov  9 01:11 xa-2.3.10/tests/cpktest/english.l
[generic]                  128     250  51.2% -lh5- ece4 Nov  9 01:11 xa-2.3.10/tests/cpktest/Makefile
[generic]                 3644   20118  18.1% -lh5- 0d37 Nov  9 01:11 xa-2.3.10/tests/cpktest/pack_eng.a65
[generic]                 3638   20104  18.1% -lh5- 4e48 Nov  9 01:11 xa-2.3.10/tests/cpktest/pack_ger.a65
[generic]                   18      18 100.0% -lh0- 50aa Nov  9 01:11 xa-2.3.10/tests/cpp/expected.o
[generic]                  100     125  80.0% -lh5- dc5b Nov  9 01:11 xa-2.3.10/tests/cpp/Makefile
[generic]                  200     306  65.4% -lh5- 1520 Nov  9 01:11 xa-2.3.10/tests/cpp/over.c
[generic]                   70      79  88.6% -lh5- ca7d Nov  9 01:11 xa-2.3.10/tests/cpp/over.h
[generic]                 1101    2474  44.5% -lh5- 1914 Nov  9 01:11 xa-2.3.10/tests/dos51/dos51.inc
[generic]                  177     266  66.5% -lh5- 0e70 Nov  9 01:11 xa-2.3.10/tests/dos51/Makefile
[generic]                  160     205  78.0% -lh5- 3d82 Nov  9 01:11 xa-2.3.10/tests/dos51/ok
[generic]                   72      73  98.6% -lh5- 1029 Nov  9 01:11 xa-2.3.10/tests/dos51/test.s
[generic]                  161     305  52.8% -lh5- d42f Nov  9 01:11 xa-2.3.10/tests/fordef/Makefile
[generic]                  101     194  52.1% -lh5- c657 Nov  9 01:11 xa-2.3.10/tests/fordef/ok.out
[generic]                  135     220  61.4% -lh5- d7c6 Nov  9 01:11 xa-2.3.10/tests/fordef/test.asm
[generic]                   17      17 100.0% -lh0- 0bbc Nov  9 01:11 xa-2.3.10/tests/fordef/test1.ok
[generic]                   40      45  88.9% -lh5- 9b4a Nov  9 01:11 xa-2.3.10/tests/fordef/test2.asm
[generic]                  219     342  64.0% -lh5- 3ae0 Nov  9 01:11 xa-2.3.10/tests/fordef/test3.asm
[generic]                   11      11 100.0% -lh0- 3dbb Nov  9 01:11 xa-2.3.10/tests/fordef/test3.ok
[generic]                  689    1457  47.3% -lh5- b353 Nov  9 01:11 xa-2.3.10/tests/harness
[generic]                  684    1251  54.7% -lh5- accb Nov  9 01:11 xa-2.3.10/tests/hextool
[generic]                  107     150  71.3% -lh5- c839 Nov  9 01:11 xa-2.3.10/tests/incerr/Makefile
[generic]                    5       5 100.0% -lh0- 37f8 Nov  9 01:11 xa-2.3.10/tests/incerr/test.6502
[generic]                   21      21 100.0% -lh0- 64fc Nov  9 01:11 xa-2.3.10/tests/incerr/test.s
[generic]                   24      24 100.0% -lh0- b05f Nov  9 01:11 xa-2.3.10/tests/ldoreloc/1.s
[generic]                    9       9 100.0% -lh0- 11bd Nov  9 01:11 xa-2.3.10/tests/ldoreloc/2.s
[generic]                  181     405  44.7% -lh5- a0eb Nov  9 01:11 xa-2.3.10/tests/ldoreloc/Makefile
[generic]                    7       7 100.0% -lh0- 02a7 Nov  9 01:11 xa-2.3.10/tests/ldoreloc/t.ok
[generic]                 1047    3490  30.0% -lh5- 3e6e Nov  9 01:11 xa-2.3.10/tests/ldoreloc/xatestanalysis.txt
[generic]                   18    4099   0.4% -lh5- fc07 Nov  9 01:11 xa-2.3.10/tests/linkr/ok
[generic]                  187     457  40.9% -lh5- 798e Nov  9 01:11 xa-2.3.10/tests/linkr/test.s
[generic]                  111     202  55.0% -lh5- 79f7 Nov  9 01:11 xa-2.3.10/tests/masmcom/Makefile
[generic]                    2       2 100.0% -lh0- 507e Nov  9 01:11 xa-2.3.10/tests/masmcom/okmasm
[generic]                    6       6 100.0% -lh0- 2696 Nov  9 01:11 xa-2.3.10/tests/masmcom/oknomasm
[generic]                   97     118  82.2% -lh5- 928b Nov  9 01:11 xa-2.3.10/tests/masmcom/test.s
[generic]                  169     263  64.3% -lh5- a8b0 Nov  9 01:11 xa-2.3.10/tests/mvnmvp/Makefile
[generic]                   27      27 100.0% -lh0- b08a Nov  9 01:11 xa-2.3.10/tests/mvnmvp/ok
[generic]                  150     226  66.4% -lh5- ce53 Nov  9 01:11 xa-2.3.10/tests/mvnmvp/test.s
[generic]                   43      48  89.6% -lh5- cdef Nov  9 01:21 xa-2.3.10/tests/neg_offset/a.o65
[generic]                  220     764  28.8% -lh5- 4702 Nov  9 01:24 xa-2.3.10/tests/neg_offset/Makefile
[generic]                   46      48  95.8% -lh5- 3496 Nov  9 01:21 xa-2.3.10/tests/neg_offset/ok1
[generic]                   46      48  95.8% -lh5- 3496 Nov  9 01:21 xa-2.3.10/tests/neg_offset/ok2
[generic]                   44      48  91.7% -lh5- 1cd2 Nov  9 01:21 xa-2.3.10/tests/neg_offset/ok3
[generic]                   43      48  89.6% -lh5- 31f6 Nov  9 01:21 xa-2.3.10/tests/neg_offset/ok4
[generic]                   43      48  89.6% -lh5- cdef Nov  9 01:21 xa-2.3.10/tests/neg_offset/ok5
[generic]                   26      26 100.0% -lh0- b022 Nov  9 01:21 xa-2.3.10/tests/neg_offset/test1.s
[generic]                   58      58 100.0% -lh0- c336 Nov  9 01:21 xa-2.3.10/tests/neg_offset/test2.s
[generic]                   28      28 100.0% -lh0- 7386 Nov  9 01:21 xa-2.3.10/tests/neg_offset/test3.s
[generic]                   28      28 100.0% -lh0- 37e0 Nov  9 01:21 xa-2.3.10/tests/neg_offset/test4.s
[generic]                   28      28 100.0% -lh0- 3786 Nov  9 01:21 xa-2.3.10/tests/neg_offset/test5.s
[generic]                   30      30 100.0% -lh0- 7835 Nov  9 01:21 xa-2.3.10/tests/neg_offset/test6.s
[generic]                   22      22 100.0% -lh0- f0a9 Nov  9 01:21 xa-2.3.10/tests/neg_offset/test7.s
[generic]                   30      30 100.0% -lh0- 241f Nov  9 01:21 xa-2.3.10/tests/neg_offset/test8.s
[generic]                    6       6 100.0% -lh0- bcd2 Nov  9 01:11 xa-2.3.10/tests/nonl/ok
[generic]                   24      24 100.0% -lh0- 1868 Nov  9 01:11 xa-2.3.10/tests/nonl/test.s
[generic]                   19      19 100.0% -lh0- 3945 Nov  9 01:11 xa-2.3.10/tests/nonl/test2.asm
[generic]                  169     263  64.3% -lh5- a8b0 Nov  9 01:11 xa-2.3.10/tests/op816/Makefile
[generic]                  549     606  90.6% -lh5- bd6f Nov  9 01:11 xa-2.3.10/tests/op816/ok
[generic]                 2114    6663  31.7% -lh5- 713c Nov  9 01:11 xa-2.3.10/tests/op816/test.s
[generic]                  187     324  57.7% -lh5- e9e4 Nov  9 01:11 xa-2.3.10/tests/openpp/Makefile
[generic]                   12      12 100.0% -lh0- b938 Nov  9 01:11 xa-2.3.10/tests/openpp/ok
[generic]                   31      31 100.0% -lh0- 95d7 Nov  9 01:11 xa-2.3.10/tests/openpp/test.inc
[generic]                  162     290  55.9% -lh5- 56ff Nov  9 01:11 xa-2.3.10/tests/openpp/test.s
[generic]                   21      21 100.0% -lh0- 0fc5 Nov  9 01:48 xa-2.3.10/tests/ppstrings/ok
[generic]                   68     120  56.7% -lh5- 6e6b Nov  9 01:48 xa-2.3.10/tests/ppstrings/test.s
[generic]                   14      14 100.0% -lh0- 4d1c Nov  9 01:11 xa-2.3.10/tests/quotch/ok
[generic]                  117     134  87.3% -lh5- 4f9f Nov  9 01:11 xa-2.3.10/tests/quotch/test.s
[generic]                 1102    2105  52.4% -lh5- 0267 Nov  9 02:14 xa-2.3.10/tests/README
[generic]                   49      49 100.0% -lh0- aebd Nov  9 01:11 xa-2.3.10/tests/recmac/cpu.inc
[generic]                  134     230  58.3% -lh5- ab26 Nov  9 01:11 xa-2.3.10/tests/recmac/Makefile
[generic]                  213     427  49.9% -lh5- 9626 Nov  9 01:11 xa-2.3.10/tests/recmac/test.asm
[generic]                   30      31  96.8% -lh5- 31d6 Nov  9 01:11 xa-2.3.10/tests/recmac/test.ok
[generic]                   81      83  97.6% -lh5- dfa0 Nov  9 01:11 xa-2.3.10/tests/recmac/testi.asm
[generic]                    2       2 100.0% -lh0- dfb0 Nov  9 01:11 xa-2.3.10/tests/recmac/testi.ok
[generic]                  132     200  66.0% -lh5- a5c9 Nov  9 02:00 xa-2.3.10/tests/relocmode/Makefile
[generic]                   42      46  91.3% -lh5- 12ca Nov  9 02:00 xa-2.3.10/tests/relocmode/ok
[generic]                   33      33 100.0% -lh0- f01a Nov  9 02:00 xa-2.3.10/tests/relocmode/test1.s
[generic]                    9       9 100.0% -lh0- c820 Nov  9 01:11 xa-2.3.10/tests/relocundef/a.ok
[generic]                    9       9 100.0% -lh0- 1921 Nov  9 01:11 xa-2.3.10/tests/relocundef/b.ok
[generic]                  279     719  38.8% -lh5- 4d5b Nov  9 01:11 xa-2.3.10/tests/relocundef/Makefile
[generic]                   71      89  79.8% -lh5- dbad Nov  9 01:11 xa-2.3.10/tests/relocundef/test1.a65
[generic]                   78     100  78.0% -lh5- dec0 Nov  9 01:11 xa-2.3.10/tests/relocundef/test2.a65
[generic]                  113     179  63.1% -lh5- f157 Nov  9 02:03 xa-2.3.10/tests/reset_segment/Makefile
[generic]                   36      42  85.7% -lh5- 3a62 Nov  9 02:03 xa-2.3.10/tests/reset_segment/ok1
[generic]                   68      76  89.5% -lh5- b9e8 Nov  9 02:03 xa-2.3.10/tests/reset_segment/ok2
[generic]                  101     138  73.2% -lh5- 43eb Nov  9 02:03 xa-2.3.10/tests/reset_segment/test1.s
[generic]                  128     219  58.4% -lh5- a443 Nov  9 02:03 xa-2.3.10/tests/reset_segment/test2.s
[generic]                  198     284  69.7% -lh5- 3630 Nov  9 01:11 xa-2.3.10/TODO
[generic]                 4383   10024  43.7% -lh5- 89b5 Jan 14 22:04 xa-2.3.10/uncpk
[generic]                  256     402  63.7% -lh5- 4723 Nov  9 01:11 xa-2.3.10/vstudio/00readme.txt
[generic]                 1023    3930  26.0% -lh5- 4640 Nov  9 01:11 xa-2.3.10/vstudio/file65.vcproj
[generic]                 1022    3927  26.0% -lh5- fb84 Nov  9 01:11 xa-2.3.10/vstudio/ldo65.vcproj
[generic]                 1024    3936  26.0% -lh5- 8d33 Nov  9 01:11 xa-2.3.10/vstudio/printcbm.vcproj
[generic]                 1023    3927  26.1% -lh5- 7c6e Nov  9 01:11 xa-2.3.10/vstudio/uncpk.vcproj
[generic]                  588    2669  22.0% -lh5- 0de0 Nov  9 01:11 xa-2.3.10/vstudio/vstudio.sln
[generic]                 1091    5355  20.4% -lh5- 1a36 Nov  9 01:11 xa-2.3.10/vstudio/xa.vcproj
[generic]                47811  171512  27.9% -lh5- 9930 Jan 14 22:04 xa-2.3.10/xa
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       217 files  275465  834695  33.0%            Jan 14 20:06

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>