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

dev/cross/x65.lha

Mirror:Random
Showing:ppc-morphosgeneric
No screenshot available
Short:6502 Macro Assembler
Author:Carl-Henrik Skårstedt, port by uploader
Uploader:polluks+aminet sdf lonestar org (Stefan Haubenthal)
Type:dev/cross
Version:rev. 10
Architecture:ppc-morphos
URL:https://sites.google.com/view/side-project-c64-tools/x65-assembler
Date:2020-03-19
Download:http://aminet.net/dev/cross/x65.lha - View contents
Readme:http://aminet.net/dev/cross/x65.readme
Downloads:617

Usage:
 x65 filename.s code.prg [options]
  * -i(path) : Add include path
  * -D(label)[=value] : Define a label with an optional value (otherwise defined
as 1)
  * -cpu=6502/65c02/65c02wdc/65816: assemble with opcodes for a different cpu
  * -acc=8/16: set the accumulator mode for 65816 at start, default is 8 bits
  * -xy=8/16: set the index register mode for 65816 at start, default is 8 bits
  * -org = $2000 or - org = 4096: force fixed address code at address
  * -obj (file.x65) : generate object file for later linking
  * -bin : Raw binary
  * -c64 : Include load address(default)
  * -a2b : Apple II Dos 3.3 Binary
  * -a2p : Apple II ProDos Binary
  * -a2o : Apple II GS OS executable (relocatable)
  * -mrg : Force merge all sections (use with -a2o)
  * -sym (file.sym) : symbol file
  * -lst / -lst = (file.lst) : generate disassembly text from result(file or
stdout)
  * -opcodes / -opcodes = (file.s) : dump all available opcodes(file or stdout)
  * -sect: display sections loaded and built
  * -vice (file.vs) : export a vice symbol file
  * -merlin: use Merlin syntax
  * -endm : macros end with endm or endmacro instead of scoped('{' - '}')


Contents of dev/cross/x65.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                21698   21698 100.0% -lh0- 472f Mar 18 23:42 x65/bin/x65.png
[generic]               102657  102657 100.0% -lh0- e3d7 Mar 18 23:42 x65/bin/x65_win32.zip
[generic]               129370  129370 100.0% -lh0- 4af5 Mar 18 23:42 x65/bin/x65_x64.zip
[generic]                  864    1785  48.4% -lh5- 5fd3 Mar 18 23:42 x65/docs/command_line_options.md
[generic]                 4514   10941  41.3% -lh5- bbe7 Mar 18 23:42 x65/docs/directives.md
[generic]                 1780    4594  38.7% -lh5- 16f9 Mar 18 23:42 x65/docs/errors.md
[generic]                  447     959  46.6% -lh5- d758 Mar 18 23:42 x65/docs/eval_functions.md
[generic]                 1488    4729  31.5% -lh5- c962 Mar 18 23:42 x65/docs/macro_samples.md
[generic]                 1012    2104  48.1% -lh5- 5cfe Mar 18 23:42 x65/docs/readme.md
[generic]                 4020   11727  34.3% -lh5- 11ff Mar 18 23:42 x65/dump_x65/dump_x65.cpp
[generic]                  650    1090  59.6% -lh5- e10b Mar 18 23:42 x65/LICENSE
[generic]                 1681    5606  30.0% -lh5- 2c2b Mar 18 23:42 x65/macros/README.MD
[generic]                 2881   13339  21.6% -lh5- 9de7 Mar 18 23:42 x65/macros/x65macro.i
[generic]                 3603    7902  45.6% -lh5- f856 Mar 18 23:42 x65/README.md
[generic]                 1201    7847  15.3% -lh5- 1d77 Mar 18 23:42 x65/sln/dump_x65/dump_x65.vcxproj
[generic]                  178     226  78.8% -lh5- 3d63 Mar 18 23:42 x65/sln/dump_x65/dump_x65.vcxproj.filters
[generic]                  498    2004  24.9% -lh5- 2590 Mar 18 23:42 x65/sln/x65.sln
[generic]                 1198    7684  15.6% -lh5- e98d Mar 18 23:42 x65/sln/x65.vcxproj
[generic]                  209     412  50.7% -lh5- eb15 Mar 18 23:42 x65/sln/x65.vcxproj.filters
[generic]                32047  154752  20.7% -lh5- 228c Mar 18 23:42 x65/struse.h
[generic]                  207     420  49.3% -lh5- 729a Mar 18 23:42 x65/struse.natvis
[generic]                  823    1581  52.1% -lh5- 5d16 Mar 18 23:42 x65/sublime/README.md
[generic]                 3189    4028  79.2% -lh5- 9d88 Mar 18 23:42 x65/sublime/x65.sublime-package
[generic]                 2309    6767  34.1% -lh5- 15d7 Mar 18 23:42 x65/test/8BitDiff_6502.s
[generic]                  302     938  32.2% -lh5- fabb Mar 18 23:42 x65/test/AddrMode_65816.s
[generic]                   32      32 100.0% -lh0- 4d21 Mar 18 23:42 x65/test/alias_test.s
[generic]                  883    2219  39.8% -lh5- 09a3 Mar 18 23:42 x65/test/ca65directive.s
[generic]                  298     349  85.4% -lh5- 2b28 Mar 18 23:42 x65/test/compare/8BitDiff_6502_cmp.prg
[generic]                    7       7 100.0% -lh0- e581 Mar 18 23:42 x65/test/compare/alias_test_cmp.prg
[generic]                 1512    1819  83.1% -lh5- 623c Mar 18 23:42 x65/test/compare/huffman_cmp.prg
[generic]                   29      79  36.7% -lh5- e6dc Mar 18 23:42 x65/test/compare/merlin_lup_cmp.bin
[generic]                   48      48 100.0% -lh0- 3aa2 Mar 18 23:42 x65/test/compare/merlin_macro_cmp.bin
[generic]                  119     143  83.2% -lh5- 8cd9 Mar 18 23:42 x65/test/compare/x65macro_test_cmp.prg
[generic]                   44      44 100.0% -lh0- d305 Mar 18 23:42 x65/test/compare/x65scope.prg
[generic]                   78      99  78.8% -lh5- c68d Mar 18 23:42 x65/test/compare/x65scope.sym
[generic]                  158     777  20.3% -lh5- d307 Mar 18 23:42 x65/test/local_label.s
[generic]                   89     114  78.1% -lh5- e94a Mar 18 23:42 x65/test/merlin_lup.s
[generic]                  236     420  56.2% -lh5- 7587 Mar 18 23:42 x65/test/merlin_macro.s
[generic]                  902    3220  28.0% -lh5- b845 Mar 18 23:42 x65/test/Test65816_OpCodes.s
[generic]                  819    3957  20.7% -lh5- ddc6 Mar 18 23:42 x65/test/unittest.bat
[generic]                  357     723  49.4% -lh5- 5e6f Mar 18 23:42 x65/test/x65macro_test.s
[generic]                  214     314  68.2% -lh5- f4ec Mar 18 23:42 x65/test/x65scope.s
[generic]                  199     281  70.8% -lh5- a1ab Mar 18 23:42 x65/vscode/CHANGELOG.md
[generic]                29192   29192 100.0% -lh0- 1848 Mar 18 23:42 x65/vscode/example.png
[generic]                  121     187  64.7% -lh5- a147 Mar 18 23:42 x65/vscode/install.bat
[generic]                  356     922  38.6% -lh5- 3b00 Mar 18 23:42 x65/vscode/package.json
[generic]                  549    1079  50.9% -lh5- af1f Mar 18 23:42 x65/vscode/README.md
[generic]                  144     446  32.3% -lh5- 6f41 Mar 18 23:42 x65/vscode/x65.configuration.json
[generic]                23706   23706 100.0% -lh0- 4b2c Mar 18 23:42 x65/vscode/x65.png
[generic]                 1204    2737  44.0% -lh5- cb8e Mar 18 23:42 x65/vscode/x65.tmLanguage.json
[generic]                  669    2638  25.4% -lh5- 5931 Mar 18 23:42 x65/vscode/x65.tmTheme.json
[generic]                79752  313201  25.5% -lh5- db7b Mar 18 23:42 x65/x65.cpp
[generic]                14674   42569  34.5% -lh5- ea72 Mar 18 23:42 x65/x65.txt
[generic]               219880  500704  43.9% -lh5- dcf5 Mar 19 00:58 x65/x65
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        54 files  695097 1437186  48.4%            Mar 19 22:17

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