Commit Graph

58260 Commits

Author SHA1 Message Date
nickysn
e0efce2dd8 + added Z80-specific help messages, using the Z identifier
+ added help about the available Z80 assemblers

git-svn-id: branches/z80@44460 -
2020-03-31 19:32:17 +00:00
nickysn
6159b34608 * capitalize idtxt of z80asm, so it can be selected with -Az80asm
git-svn-id: branches/z80@44459 -
2020-03-31 19:31:18 +00:00
nickysn
3e3942e324 * synchronize with trunk
git-svn-id: branches/z80@44458 -
2020-03-31 19:18:42 +00:00
marco
aa391dadbf * only free if not ffreeobjects, mantis 036853
git-svn-id: trunk@44457 -
2020-03-31 14:53:03 +00:00
Károly Balogh
84e36cce0f * fix morphos info unit name after r44454
git-svn-id: trunk@44456 -
2020-03-31 05:12:59 +00:00
Károly Balogh
8bdcf4273d * darwin: remove some leftover resource-spec structures from i_bsd, clean up some related darwin specific int/ext resource handling in options
git-svn-id: trunk@44455 -
2020-03-31 04:57:08 +00:00
Károly Balogh
69fb20784a * fix source info for darwin (and some other systems), this fixes darwin hosted cross builds after r44407
git-svn-id: trunk@44454 -
2020-03-31 04:53:38 +00:00
nickysn
f3b9088d98 + emit .globl for AB_GLOBAL labels
git-svn-id: branches/z80@44453 -
2020-03-31 00:48:03 +00:00
nickysn
a4127ce3ab * get rid of EscapeLabel, since sdcc-sdasz80 doesn't seem to need it
git-svn-id: branches/z80@44452 -
2020-03-31 00:35:05 +00:00
nickysn
a38917f471 * fix missing comma in the middle of 64-bit ait_consts
git-svn-id: branches/z80@44451 -
2020-03-31 00:31:46 +00:00
nickysn
416511e245 + support aitconst_uleb128bit and aitconst_sleb128bit
git-svn-id: branches/z80@44450 -
2020-03-31 00:30:00 +00:00
nickysn
faa7429a7f * synchronize with trunk
git-svn-id: branches/z80@44449 -
2020-03-31 00:00:19 +00:00
nickysn
ca1fd28ac1 * set unsupported constants to FIXME in the ait_const2str table
* fix ait_const_16bit_unaligned

git-svn-id: branches/z80@44448 -
2020-03-30 23:59:41 +00:00
nickysn
c1888dd6e2 + support 32-bit and 64-bit ait_consts
git-svn-id: branches/z80@44447 -
2020-03-30 23:54:39 +00:00
nickysn
8589227fb0 * some ait_string and ait_const asm output fixes for sdcc-sdasz80
git-svn-id: branches/z80@44446 -
2020-03-30 23:39:53 +00:00
nickysn
377f52ee69 + started work on the sdcc-sdasz80 asm backend
git-svn-id: branches/z80@44445 -
2020-03-30 23:31:04 +00:00
nickysn
6e346f1c79 * synchronize with trunk
git-svn-id: branches/z80@44444 -
2020-03-30 22:36:17 +00:00
joost
6a966970bc * Missing include-file added to fpmake-archive
git-svn-id: trunk@44443 -
2020-03-30 21:41:19 +00:00
joost
7ee874fba1 * Missing include-file added to fpmake-archive
git-svn-id: trunk@44442 -
2020-03-30 20:54:26 +00:00
florian
314b8999aa + Xtensa: add linklib statements, better _halt procedure
git-svn-id: trunk@44441 -
2020-03-30 20:42:56 +00:00
florian
8e929b2879 * make TLinkerInfo fields ansistrings as xtensa-freertos needs long command lines
git-svn-id: trunk@44440 -
2020-03-30 20:42:56 +00:00
florian
3135effee3 * Xtensa: returning of 32 Bit values fixes
git-svn-id: trunk@44439 -
2020-03-30 20:42:55 +00:00
florian
26db93d78c * Xtensa: shift operations fixed
git-svn-id: trunk@44438 -
2020-03-30 20:42:55 +00:00
joost
e6d0e80853 * Added some missing source-files to the fpmake-archive
git-svn-id: trunk@44437 -
2020-03-30 20:27:00 +00:00
Jonas Maebe
79974a9671 + -XlS<x> option to specify a suffix for externally called LLVM utilities,
e.g. -XlS-7 to call clang-7 instead of clang)
  * IMPORTANT: changed the -CL llvm code generation options to -Cl, for
    consistency with the new -Xl option (-XL was already taken)

git-svn-id: trunk@44436 -
2020-03-30 19:58:49 +00:00
michael
13986a1f8f * Added ability to use UTF16, expanded patch from Anton Kavalenka
git-svn-id: trunk@44435 -
2020-03-30 19:36:04 +00:00
joost
923c891b37 * Missing include-file added to fpmake-archive
git-svn-id: trunk@44433 -
2020-03-30 18:01:29 +00:00
Mattias Gaertner
f7ddf90bdd pastojs: fixed with-do x, where x is in helper and class
git-svn-id: trunk@44432 -
2020-03-30 12:06:57 +00:00
Mattias Gaertner
b8bcccc1f1 fcl-passrc: fixed resolving with-do x, where x is in helper and class
git-svn-id: trunk@44431 -
2020-03-30 12:06:32 +00:00
michael
20749e1ee2 * Patch from Bart Broersma to fix bug ID #36809
git-svn-id: trunk@44429 -
2020-03-30 09:26:02 +00:00
nickysn
a340a39ae3 * synchronize with trunk
git-svn-id: branches/z80@44428 -
2020-03-30 03:14:29 +00:00
Károly Balogh
b96109727c m68k-amiga: initial work on some support functions to allow the RTL to be compiled for AmigaOS 1.x
git-svn-id: trunk@44427 -
2020-03-30 03:06:23 +00:00
Károly Balogh
f69c099cfe amiga/morphos: fix freepooled(), it has no return value
git-svn-id: trunk@44426 -
2020-03-30 02:41:32 +00:00
nickysn
e8bca88dad + output nothing for ait_symbol_end
git-svn-id: branches/z80@44425 -
2020-03-30 02:25:58 +00:00
nickysn
b91269b821 + output unsupported aligns as comments (I don't think z80asm supports an align directive)
git-svn-id: branches/z80@44424 -
2020-03-30 02:24:27 +00:00
nickysn
c8ec4731e1 * indentation fix
git-svn-id: branches/z80@44423 -
2020-03-30 02:13:42 +00:00
nickysn
086ae1fc29 + perform some character escaping on the labels, because z80asm doesn't seem to like e.g. dollar signs in labels
git-svn-id: branches/z80@44422 -
2020-03-30 02:12:24 +00:00
nickysn
7bf31b0c26 + z80asm output for ait_const (8 and 16-bit only for now) and ait_symbol
git-svn-id: branches/z80@44421 -
2020-03-30 02:03:54 +00:00
Károly Balogh
c7136b59c7 amiga: no packed records in doslibd.inc and timerd.inc, use packrecords 2 insead, this improves code generated for plain 68000
git-svn-id: trunk@44420 -
2020-03-30 01:47:57 +00:00
nickysn
70d14c3c78 + implement ait_string for z80asm
git-svn-id: branches/z80@44419 -
2020-03-30 01:18:21 +00:00
nickysn
f8733f42c9 + started working on the z80 assembler writer - produce comments, labels and comments with unsupported asm objects
git-svn-id: branches/z80@44418 -
2020-03-30 01:02:28 +00:00
nickysn
ce424f2954 + added the OUTI instruction
git-svn-id: branches/z80@44417 -
2020-03-30 00:45:13 +00:00
Károly Balogh
3031a4da31 amiga-m68k: minimal tweaks and formatting to the dos unit
git-svn-id: trunk@44416 -
2020-03-30 00:40:20 +00:00
nickysn
42d484cf82 * regenerated makefiles
git-svn-id: branches/z80@44415 -
2020-03-29 23:05:56 +00:00
nickysn
48b4cc34cb * synchronized with trunk
git-svn-id: branches/z80@44414 -
2020-03-29 23:04:40 +00:00
nickysn
fc6e74642d * regenerate makefiles
git-svn-id: branches/z80@44413 -
2020-03-29 23:01:16 +00:00
nickysn
da40f04d45 * fixed duplicated regdat definition in makefile, that was caused as an artifact after merging with trunk
git-svn-id: branches/z80@44412 -
2020-03-29 22:51:08 +00:00
nickysn
b3d1003f7e * TZ80GNUAssembler renamed TZ80AsmAssembler, because it targets the "z80asm" assembler
git-svn-id: branches/z80@44411 -
2020-03-29 22:24:42 +00:00
nickysn
7050d7a376 - removed the -mmcu= command line option from z80asm
git-svn-id: branches/z80@44410 -
2020-03-29 22:09:56 +00:00
nickysn
70abc8ce44 * switch to z80asm (instead of gas, which doesn't support z80) for system_z80_embedded
git-svn-id: branches/z80@44409 -
2020-03-29 19:52:51 +00:00